implicit object BooleanTop extends NumBool[Boolean] with ScalarEqImpl[Boolean] with ScalarToNumImpl[Boolean] with FromAny[Boolean] with HasDefault[Boolean]
- Alphabetic
- By Inheritance
- BooleanTop
- HasDefault
- FromAny
- ScalarToNumImpl
- ToNum
- ScalarEqImpl
- Scalar
- NumBool
- NumLogic
- Eq
- Adjunct
- Writable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: scala.Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- def and(a: In, b: In): In
- Definition Classes
- BooleanTop → NumLogic
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultValue: Boolean
- Definition Classes
- BooleanTop → HasDefault
- final def eq(a: scala.Boolean, b: scala.Boolean): Boolean
- Definition Classes
- ScalarEqImpl → Eq
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- def fromAny(in: Any): Option[Boolean]
Tries to extract a value of type
A
from an unknown input value.Tries to extract a value of type
A
from an unknown input value. If the input value is generally incompatible withA
, returnsNone
.The extraction should be direct and lossless. For example, a
FromAny[Int]
should not try to parse a string, nor should it cast aLong
to anInt
. On the other hand, aFromAny[Double]
should accept aFloat
as input.- Definition Classes
- BooleanTop → FromAny
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): scala.Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final val id: Int(4)
- Definition Classes
- BooleanTop → Adjunct
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def negate(a: In): In
- Definition Classes
- BooleanTop → NumBool
- final def neq(a: scala.Boolean, b: scala.Boolean): Boolean
- Definition Classes
- ScalarEqImpl → Eq
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def or(a: In, b: In): In
- Definition Classes
- BooleanTop → NumLogic
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toDouble(a: In): Double
- Definition Classes
- BooleanTop → ToNum
- def toInt(a: In): Int
- Definition Classes
- BooleanTop → ToNum
- def toLong(a: In): Long
- Definition Classes
- BooleanTop → ToNum
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: scala.Long, arg1: scala.Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: scala.Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def write(out: DataOutput): Unit
- def xor(a: In, b: In): In
- Definition Classes
- BooleanTop → NumLogic
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated