object B_Ext
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- B_Ext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toB(b: B): B
- Annotations
- @pure()
-
def
toF32(b: B): F32
- Annotations
- @pure()
-
def
toF64(b: B): F64
- Annotations
- @pure()
-
def
toN(b: B): N
- Annotations
- @pure()
-
def
toN16(b: B): N16
- Annotations
- @pure()
-
def
toN32(b: B): N32
- Annotations
- @pure()
-
def
toN64(b: B): N64
- Annotations
- @pure()
-
def
toN8(b: B): N8
- Annotations
- @pure()
-
def
toR(b: B): R
- Annotations
- @pure()
-
def
toS16(b: B): S16
- Annotations
- @pure()
-
def
toS32(b: B): S32
- Annotations
- @pure()
-
def
toS64(b: B): S64
- Annotations
- @pure()
-
def
toS8(b: B): S8
- Annotations
- @pure()
-
def
toString(): java.lang.String
- Definition Classes
- AnyRef → Any
-
def
toU16(b: B): U16
- Annotations
- @pure()
-
def
toU32(b: B): U32
- Annotations
- @pure()
-
def
toU64(b: B): U64
- Annotations
- @pure()
-
def
toU8(b: B): U8
- Annotations
- @pure()
-
def
toZ(b: B): Z
- Annotations
- @pure()
-
def
toZ16(b: B): Z16
- Annotations
- @pure()
-
def
toZ32(b: B): Z32
- Annotations
- @pure()
-
def
toZ64(b: B): Z64
- Annotations
- @pure()
-
def
toZ8(b: B): Z8
- Annotations
- @pure()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )