trait
Item[A] extends AnyRef
Abstract Value Members
-
abstract
val
i: Int
-
abstract
def
isHover(mouse: Vec): Boolean
-
abstract
val
isSelected: Boolean
-
abstract
val
menu: Menu[A]
-
abstract
val
pos: Vec
-
abstract
val
value: A
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Item[A], B)
-
final
def
==(arg0: Any): Boolean
-
val
a: Item[A]
-
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
elementOf(xs: Set[Item[A]]): Boolean
-
def
ensuring(cond: (Item[A]) ⇒ Boolean, msg: ⇒ Any): Item[A]
-
def
ensuring(cond: (Item[A]) ⇒ Boolean): Item[A]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Item[A]
-
def
ensuring(cond: Boolean): Item[A]
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
min: Item[A]
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
preApply[B](f: (Item[A]) ⇒ B): B
-
def
sideEffect(f: (Item[A]) ⇒ Unit): Item[A]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
to(max: Item[A])(implicit b: Boundable[Item[A]]): Bound[Item[A]]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Item[A], B)
Deprecated Value Members
-
-
def
|>[B](f: (Item[A]) ⇒ B): B
Inherited by implicit conversion richDrxAny from
Item[A] to DrxAny[Item[A]]
Inherited by implicit conversion DrxBoundOps from
Item[A] to BoundOps[Item[A]]
Inherited by implicit conversion any2stringadd from
Item[A] to any2stringadd[Item[A]]
Inherited by implicit conversion StringFormat from
Item[A] to StringFormat[Item[A]]
Inherited by implicit conversion Ensuring from
Item[A] to Ensuring[Item[A]]
Inherited by implicit conversion ArrowAssoc from
Item[A] to ArrowAssoc[Item[A]]