trait
Bool extends Value with Product
Abstract Value Members
-
abstract
def
canEqual(that: Any): Boolean
-
abstract
def
copy(o: Boolean): Bool
-
abstract
val
v: Boolean
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
-
-
-
-
-
-
-
def
<(other: Value): Boolean
-
def
<=(other: Value): Boolean
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
>(other: Value): Boolean
-
def
>=(other: Value): Boolean
-
-
def
asBigDecimal: BigDecimal
-
def
asBoolean: Boolean
-
def
asDate: Date
-
def
asDouble: Double
-
def
asFloat: Float
-
final
def
asInstanceOf[T0]: T0
-
def
asInt: Int
-
def
asLong: Long
-
def
asMap: Map[String, Value]
-
def
asSeq: Seq[Value]
-
def
asString: String
-
def
clone(): AnyRef
-
def
contains(other: Value): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(obj: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isDefined: Boolean
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isNull: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
productArity: Int
-
def
productElement(n: Int): Any
-
def
productIterator: Iterator[Any]
-
def
productPrefix: String
-
def
selectDynamic(name: String): Value
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
unary_!: Value
-
def
unary_-: Value
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
def
~~[T](visitor: ValueVisitor[T]): T
Inherited from Product
Inherited from Equals
Inherited from Dynamic
Inherited from AnyRef
Inherited from Any