Instance Constructors
-
new
Bool
(name: String, is: String*)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
-
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
-
-
def
apply
(is1: Any*): Bool
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
compare
(x1: Bool, x2: Bool): Int
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
equiv
(x: Bool, y: Bool): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
gt
(x: Bool, y: Bool): Boolean
-
def
gteq
(x: Bool, y: Bool): Boolean
-
def
hashCode
(): Int
-
val
is
: String*
-
def
isInstanceOf
[T0]
: Boolean
-
def
lt
(x: Bool, y: Bool): Boolean
-
def
lteq
(x: Bool, y: Bool): Boolean
-
-
-
implicit def
mkOrderingOps
(lhs: Bool): Ops
-
val
name
: String
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
on
[U]
(f: (U) ⇒ Bool): Ordering[U]
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
reverse
: Ordering[Bool]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
tryCompare
(x: Bool, y: Bool): Some[Int]
-
def
unary_!
: Not
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
-
def
productElements
: Iterator[Any]
Inherited from Product
Inherited from Equals
Inherited from Ordering[Bool]
Inherited from Serializable
Inherited from Serializable
Inherited from PartialOrdering[Bool]
Inherited from Equiv[Bool]
Inherited from Comparator[Bool]
Inherited from AnyRef
Inherited from Any
Case class of Boolean variables.
the primary name of the variable
the indices of the variable (optional)