trait TypeConversionFactory[T] extends AnyRef
A factory to create instruction sequences to convert one primitive type into another one.
- Alphabetic
- By Inheritance
- TypeConversionFactory
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract def Double2Byte: T
- abstract def Double2Char: T
- abstract def Double2Float: T
- abstract def Double2Integer: T
- abstract def Double2Long: T
- abstract def Double2Short: T
- abstract def Float2Byte: T
- abstract def Float2Char: T
- abstract def Float2Double: T
- abstract def Float2Integer: T
- abstract def Float2Long: T
- abstract def Float2Short: T
- abstract def IntToByte: T
- abstract def IntToChar: T
- abstract def IntToDouble: T
- abstract def IntToFloat: T
- abstract def IntToLong: T
- abstract def IntToShort: T
- abstract def LangBooleanToPrimitiveBoolean: T
- abstract def LangByteToPrimitiveByte: T
- abstract def LangCharacterToPrimitiveChar: T
- abstract def LangDoubleToPrimitiveDouble: T
- abstract def LangFloatToPrimitiveFloat: T
- abstract def LangIntegerToPrimitiveInt: T
- abstract def LangLongToPrimitiveLong: T
- abstract def LangShortToPrimitiveShort: T
- abstract def Long2Byte: T
- abstract def Long2Char: T
- abstract def Long2Double: T
- abstract def Long2Float: T
- abstract def Long2Integer: T
- abstract def Long2Short: T
- abstract def NoConversion: T
- abstract def PrimitiveBooleanToLangBoolean: T
- abstract def PrimitiveByteToLangByte: T
- abstract def PrimitiveCharToLangCharacter: T
- abstract def PrimitiveDoubleToLangDouble: T
- abstract def PrimitiveFloatToLangFloat: T
- abstract def PrimitiveIntToLangInteger: T
- abstract def PrimitiveLongToLangLong: T
- abstract def PrimitiveShortToLangShort: T
- abstract def unboxValue(wrapperType: Type): T
Concrete 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
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )