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. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. def &(other: B): B
    Annotations
    @inline()
  8. def &&(other: ⇒ B): B
    Annotations
    @inline()
  9. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def boxer: Boxer
    Definition Classes
    BHasBoxer
    Annotations
    @inline()
  12. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def string: String
    Definition Classes
    BImmutable
    Annotations
    @inline()
  15. def toString(): scala.Predef.String
    Definition Classes
    B → Any
    Annotations
    @inline()
  16. def unary_!: B
    Annotations
    @inline()
  17. def unary_~: B
    Annotations
    @inline()
  18. val value: Boolean
  19. def |(other: B): B
    Annotations
    @inline()
  20. def |^(other: B): B
    Annotations
    @inline()
  21. 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