final class B extends AnyVal with Immutable with HasBoxer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- B
- HasBoxer
- Immutable
- ImmutableMarker
- Clonable
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new B(value: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
def
$clone: ImmutableMarker
- Definition Classes
- ImmutableMarker → Clonable
-
def
&(other: B): B
- Annotations
- @inline()
-
def
&&(other: ⇒ B): B
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxer: Boxer
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def string: String
-
def
toString(): scala.Predef.String
- Definition Classes
- B → Any
- Annotations
- @inline()
-
def
unary_!: B
- Annotations
- @inline()
-
def
unary_~: B
- Annotations
- @inline()
- val value: Boolean
-
def
|(other: B): B
- Annotations
- @inline()
-
def
|^(other: B): B
- Annotations
- @inline()
-
def
||(other: ⇒ B): B
- Annotations
- @inline()