final class B extends AnyVal with Immutable with HasBoxer

Linear Supertypes
HasBoxer, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. B
  2. HasBoxer
  3. Immutable
  4. ImmutableMarker
  5. Clonable
  6. AnyVal
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new B(value: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. def &(other: B): B
    Annotations
    @inline()
  5. def &&(other: ⇒ B): B
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def boxer: Boxer
    Definition Classes
    BHasBoxer
    Annotations
    @inline()
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def string: String
    Definition Classes
    BImmutable
    Annotations
    @inline()
  12. def toString(): scala.Predef.String
    Definition Classes
    B → Any
    Annotations
    @inline()
  13. def unary_!: B
    Annotations
    @inline()
  14. def unary_~: B
    Annotations
    @inline()
  15. val value: Boolean
  16. def |(other: B): B
    Annotations
    @inline()
  17. def |^(other: B): B
    Annotations
    @inline()
  18. def ||(other: ⇒ B): B
    Annotations
    @inline()

Inherited from HasBoxer

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped