Packages

implicit object BooleanTop extends NumBool[Boolean] with ScalarEqImpl[Boolean] with ScalarToNumImpl[Boolean] with FromAny[Boolean] with HasDefault[Boolean]

Linear Supertypes
HasDefault[scala.Boolean], FromAny[scala.Boolean], ScalarToNumImpl[scala.Boolean], ToNum[scala.Boolean], ScalarEqImpl[scala.Boolean], Scalar[scala.Boolean], NumBool[scala.Boolean], NumLogic[scala.Boolean], Eq[scala.Boolean], Adjunct, Writable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BooleanTop
  2. HasDefault
  3. FromAny
  4. ScalarToNumImpl
  5. ToNum
  6. ScalarEqImpl
  7. Scalar
  8. NumBool
  9. NumLogic
  10. Eq
  11. Adjunct
  12. Writable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type Boolean = scala.Boolean
    Definition Classes
    Scalar
  2. final type Double = scala.Double
    Definition Classes
    Scalar
  3. final type In = scala.Boolean
    Definition Classes
    Scalar
  4. final type Int = scala.Int
    Definition Classes
    Scalar
  5. final type Long = scala.Long
    Definition Classes
    Scalar

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. def and(a: In, b: In): In
    Definition Classes
    BooleanTopNumLogic
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def defaultValue: Boolean
    Definition Classes
    BooleanTopHasDefault
  8. final def eq(a: scala.Boolean, b: scala.Boolean): Boolean
    Definition Classes
    ScalarEqImpl → Eq
  9. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  11. 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 with A, returns None.

    The extraction should be direct and lossless. For example, a FromAny[Int] should not try to parse a string, nor should it cast a Long to an Int. On the other hand, a FromAny[Double] should accept a Float as input.

    Definition Classes
    BooleanTopFromAny
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final val id: Int(4)
    Definition Classes
    BooleanTopAdjunct
  15. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  17. def negate(a: In): In
    Definition Classes
    BooleanTopNumBool
  18. final def neq(a: scala.Boolean, b: scala.Boolean): Boolean
    Definition Classes
    ScalarEqImpl → Eq
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def or(a: In, b: In): In
    Definition Classes
    BooleanTopNumLogic
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toDouble(a: In): Double
    Definition Classes
    BooleanTopToNum
  24. def toInt(a: In): Int
    Definition Classes
    BooleanTopToNum
  25. def toLong(a: In): Long
    Definition Classes
    BooleanTopToNum
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. def write(out: DataOutput): Unit
    Definition Classes
    AdjunctWritable
  31. def xor(a: In, b: In): In
    Definition Classes
    BooleanTopNumLogic

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from HasDefault[scala.Boolean]

Inherited from FromAny[scala.Boolean]

Inherited from ScalarToNumImpl[scala.Boolean]

Inherited from ToNum[scala.Boolean]

Inherited from ScalarEqImpl[scala.Boolean]

Inherited from Scalar[scala.Boolean]

Inherited from NumBool[scala.Boolean]

Inherited from NumLogic[scala.Boolean]

Inherited from Eq[scala.Boolean]

Inherited from Adjunct

Inherited from Writable

Inherited from AnyRef

Inherited from Any

Ungrouped