| Package | Description |
|---|---|
| net.mintern.functions.binary |
Provides
@FunctionalInterfaces for 2-argument
operations. |
| net.mintern.functions.binary.checked |
Provides
@FunctionalInterfaces for 2-argument
operations that throw checked exceptions. |
| Class and Description |
|---|
| BoolBoolToShortE
An operation of type
(boolean, boolean) -> short. |
| BoolByteToShortE
An operation of type
(boolean, byte) -> short. |
| BoolCharToShortE
An operation of type
(boolean, char) -> short. |
| BoolDblToShortE
An operation of type
(boolean, double) -> short. |
| BoolFloatToShortE
An operation of type
(boolean, float) -> short. |
| BoolIntToShortE
An operation of type
(boolean, int) -> short. |
| BoolLongToShortE
An operation of type
(boolean, long) -> short. |
| BoolObjToShortE
An operation of type
(boolean, U) -> short. |
| BoolShortToBoolE
An operation of type
(boolean, short) -> boolean. |
| BoolShortToByteE
An operation of type
(boolean, short) -> byte. |
| BoolShortToCharE
An operation of type
(boolean, short) -> char. |
| BoolShortToDblE
An operation of type
(boolean, short) -> double. |
| BoolShortToFloatE
An operation of type
(boolean, short) -> float. |
| BoolShortToIntE
An operation of type
(boolean, short) -> int. |
| BoolShortToLongE
An operation of type
(boolean, short) -> long. |
| BoolShortToNilE
An operation of type
(boolean, short) -> void. |
| BoolShortToObjE
An operation of type
(boolean, short) -> R. |
| BoolShortToShortE
An operation of type
(boolean, short) -> short. |
| ByteBoolToShortE
An operation of type
(byte, boolean) -> short. |
| ByteByteToShortE
An operation of type
(byte, byte) -> short. |
| ByteCharToShortE
An operation of type
(byte, char) -> short. |
| ByteDblToShortE
An operation of type
(byte, double) -> short. |
| ByteFloatToShortE
An operation of type
(byte, float) -> short. |
| ByteIntToShortE
An operation of type
(byte, int) -> short. |
| ByteLongToShortE
An operation of type
(byte, long) -> short. |
| ByteObjToShortE
An operation of type
(byte, U) -> short. |
| ByteShortToBoolE
An operation of type
(byte, short) -> boolean. |
| ByteShortToByteE
An operation of type
(byte, short) -> byte. |
| ByteShortToCharE
An operation of type
(byte, short) -> char. |
| ByteShortToDblE
An operation of type
(byte, short) -> double. |
| ByteShortToFloatE
An operation of type
(byte, short) -> float. |
| ByteShortToIntE
An operation of type
(byte, short) -> int. |
| ByteShortToLongE
An operation of type
(byte, short) -> long. |
| ByteShortToNilE
An operation of type
(byte, short) -> void. |
| ByteShortToObjE
An operation of type
(byte, short) -> R. |
| ByteShortToShortE
An operation of type
(byte, short) -> short. |
| CharBoolToShortE
An operation of type
(char, boolean) -> short. |
| CharByteToShortE
An operation of type
(char, byte) -> short. |
| CharCharToShortE
An operation of type
(char, char) -> short. |
| CharDblToShortE
An operation of type
(char, double) -> short. |
| CharFloatToShortE
An operation of type
(char, float) -> short. |
| CharIntToShortE
An operation of type
(char, int) -> short. |
| CharLongToShortE
An operation of type
(char, long) -> short. |
| CharObjToShortE
An operation of type
(char, U) -> short. |
| CharShortToBoolE
An operation of type
(char, short) -> boolean. |
| CharShortToByteE
An operation of type
(char, short) -> byte. |
| CharShortToCharE
An operation of type
(char, short) -> char. |
| CharShortToDblE
An operation of type
(char, short) -> double. |
| CharShortToFloatE
An operation of type
(char, short) -> float. |
| CharShortToIntE
An operation of type
(char, short) -> int. |
| CharShortToLongE
An operation of type
(char, short) -> long. |
| CharShortToNilE
An operation of type
(char, short) -> void. |
| CharShortToObjE
An operation of type
(char, short) -> R. |
| CharShortToShortE
An operation of type
(char, short) -> short. |
| DblBoolToShortE
An operation of type
(double, boolean) -> short. |
| DblByteToShortE
An operation of type
(double, byte) -> short. |
| DblCharToShortE
An operation of type
(double, char) -> short. |
| DblDblToShortE
An operation of type
(double, double) -> short. |
| DblFloatToShortE
An operation of type
(double, float) -> short. |
| DblIntToShortE
An operation of type
(double, int) -> short. |
| DblLongToShortE
An operation of type
(double, long) -> short. |
| DblObjToShortE
An operation of type
(double, U) -> short. |
| DblShortToBoolE
An operation of type
(double, short) -> boolean. |
| DblShortToByteE
An operation of type
(double, short) -> byte. |
| DblShortToCharE
An operation of type
(double, short) -> char. |
| DblShortToDblE
An operation of type
(double, short) -> double. |
| DblShortToFloatE
An operation of type
(double, short) -> float. |
| DblShortToIntE
An operation of type
(double, short) -> int. |
| DblShortToLongE
An operation of type
(double, short) -> long. |
| DblShortToNilE
An operation of type
(double, short) -> void. |
| DblShortToObjE
An operation of type
(double, short) -> R. |
| DblShortToShortE
An operation of type
(double, short) -> short. |
| FloatBoolToShortE
An operation of type
(float, boolean) -> short. |
| FloatByteToShortE
An operation of type
(float, byte) -> short. |
| FloatCharToShortE
An operation of type
(float, char) -> short. |
| FloatDblToShortE
An operation of type
(float, double) -> short. |
| FloatFloatToShortE
An operation of type
(float, float) -> short. |
| FloatIntToShortE
An operation of type
(float, int) -> short. |
| FloatLongToShortE
An operation of type
(float, long) -> short. |
| FloatObjToShortE
An operation of type
(float, U) -> short. |
| FloatShortToBoolE
An operation of type
(float, short) -> boolean. |
| FloatShortToByteE
An operation of type
(float, short) -> byte. |
| FloatShortToCharE
An operation of type
(float, short) -> char. |
| FloatShortToDblE
An operation of type
(float, short) -> double. |
| FloatShortToFloatE
An operation of type
(float, short) -> float. |
| FloatShortToIntE
An operation of type
(float, short) -> int. |
| FloatShortToLongE
An operation of type
(float, short) -> long. |
| FloatShortToNilE
An operation of type
(float, short) -> void. |
| FloatShortToObjE
An operation of type
(float, short) -> R. |
| FloatShortToShortE
An operation of type
(float, short) -> short. |
| IntBoolToShortE
An operation of type
(int, boolean) -> short. |
| IntByteToShortE
An operation of type
(int, byte) -> short. |
| IntCharToShortE
An operation of type
(int, char) -> short. |
| IntDblToShortE
An operation of type
(int, double) -> short. |
| IntFloatToShortE
An operation of type
(int, float) -> short. |
| IntIntToShortE
An operation of type
(int, int) -> short. |
| IntLongToShortE
An operation of type
(int, long) -> short. |
| IntObjToShortE
An operation of type
(int, U) -> short. |
| IntShortToBoolE
An operation of type
(int, short) -> boolean. |
| IntShortToByteE
An operation of type
(int, short) -> byte. |
| IntShortToCharE
An operation of type
(int, short) -> char. |
| IntShortToDblE
An operation of type
(int, short) -> double. |
| IntShortToFloatE
An operation of type
(int, short) -> float. |
| IntShortToIntE
An operation of type
(int, short) -> int. |
| IntShortToLongE
An operation of type
(int, short) -> long. |
| IntShortToNilE
An operation of type
(int, short) -> void. |
| IntShortToObjE
An operation of type
(int, short) -> R. |
| IntShortToShortE
An operation of type
(int, short) -> short. |
| LongBoolToShortE
An operation of type
(long, boolean) -> short. |
| LongByteToShortE
An operation of type
(long, byte) -> short. |
| LongCharToShortE
An operation of type
(long, char) -> short. |
| LongDblToShortE
An operation of type
(long, double) -> short. |
| LongFloatToShortE
An operation of type
(long, float) -> short. |
| LongIntToShortE
An operation of type
(long, int) -> short. |
| LongLongToShortE
An operation of type
(long, long) -> short. |
| LongObjToShortE
An operation of type
(long, U) -> short. |
| LongShortToBoolE
An operation of type
(long, short) -> boolean. |
| LongShortToByteE
An operation of type
(long, short) -> byte. |
| LongShortToCharE
An operation of type
(long, short) -> char. |
| LongShortToDblE
An operation of type
(long, short) -> double. |
| LongShortToFloatE
An operation of type
(long, short) -> float. |
| LongShortToIntE
An operation of type
(long, short) -> int. |
| LongShortToLongE
An operation of type
(long, short) -> long. |
| LongShortToNilE
An operation of type
(long, short) -> void. |
| LongShortToObjE
An operation of type
(long, short) -> R. |
| LongShortToShortE
An operation of type
(long, short) -> short. |
| ObjBoolToShortE
An operation of type
(T, boolean) -> short. |
| ObjByteToShortE
An operation of type
(T, byte) -> short. |
| ObjCharToShortE
An operation of type
(T, char) -> short. |
| ObjDblToShortE
An operation of type
(T, double) -> short. |
| ObjFloatToShortE
An operation of type
(T, float) -> short. |
| ObjIntToShortE
An operation of type
(T, int) -> short. |
| ObjLongToShortE
An operation of type
(T, long) -> short. |
| ObjObjToShortE
An operation of type
(T, U) -> short. |
| ObjShortToBoolE
An operation of type
(T, short) -> boolean. |
| ObjShortToByteE
An operation of type
(T, short) -> byte. |
| ObjShortToCharE
An operation of type
(T, short) -> char. |
| ObjShortToDblE
An operation of type
(T, short) -> double. |
| ObjShortToFloatE
An operation of type
(T, short) -> float. |
| ObjShortToIntE
An operation of type
(T, short) -> int. |
| ObjShortToLongE
An operation of type
(T, short) -> long. |
| ObjShortToNilE
An operation of type
(T, short) -> void. |
| ObjShortToObjE
An operation of type
(T, short) -> R. |
| ObjShortToShortE
An operation of type
(T, short) -> short. |
| ShortBoolToBoolE
An operation of type
(short, boolean) -> boolean. |
| ShortBoolToByteE
An operation of type
(short, boolean) -> byte. |
| ShortBoolToCharE
An operation of type
(short, boolean) -> char. |
| ShortBoolToDblE
An operation of type
(short, boolean) -> double. |
| ShortBoolToFloatE
An operation of type
(short, boolean) -> float. |
| ShortBoolToIntE
An operation of type
(short, boolean) -> int. |
| ShortBoolToLongE
An operation of type
(short, boolean) -> long. |
| ShortBoolToNilE
An operation of type
(short, boolean) -> void. |
| ShortBoolToObjE
An operation of type
(short, boolean) -> R. |
| ShortBoolToShortE
An operation of type
(short, boolean) -> short. |
| ShortByteToBoolE
An operation of type
(short, byte) -> boolean. |
| ShortByteToByteE
An operation of type
(short, byte) -> byte. |
| ShortByteToCharE
An operation of type
(short, byte) -> char. |
| ShortByteToDblE
An operation of type
(short, byte) -> double. |
| ShortByteToFloatE
An operation of type
(short, byte) -> float. |
| ShortByteToIntE
An operation of type
(short, byte) -> int. |
| ShortByteToLongE
An operation of type
(short, byte) -> long. |
| ShortByteToNilE
An operation of type
(short, byte) -> void. |
| ShortByteToObjE
An operation of type
(short, byte) -> R. |
| ShortByteToShortE
An operation of type
(short, byte) -> short. |
| ShortCharToBoolE
An operation of type
(short, char) -> boolean. |
| ShortCharToByteE
An operation of type
(short, char) -> byte. |
| ShortCharToCharE
An operation of type
(short, char) -> char. |
| ShortCharToDblE
An operation of type
(short, char) -> double. |
| ShortCharToFloatE
An operation of type
(short, char) -> float. |
| ShortCharToIntE
An operation of type
(short, char) -> int. |
| ShortCharToLongE
An operation of type
(short, char) -> long. |
| ShortCharToNilE
An operation of type
(short, char) -> void. |
| ShortCharToObjE
An operation of type
(short, char) -> R. |
| ShortCharToShortE
An operation of type
(short, char) -> short. |
| ShortDblToBoolE
An operation of type
(short, double) -> boolean. |
| ShortDblToByteE
An operation of type
(short, double) -> byte. |
| ShortDblToCharE
An operation of type
(short, double) -> char. |
| ShortDblToDblE
An operation of type
(short, double) -> double. |
| ShortDblToFloatE
An operation of type
(short, double) -> float. |
| ShortDblToIntE
An operation of type
(short, double) -> int. |
| ShortDblToLongE
An operation of type
(short, double) -> long. |
| ShortDblToNilE
An operation of type
(short, double) -> void. |
| ShortDblToObjE
An operation of type
(short, double) -> R. |
| ShortDblToShortE
An operation of type
(short, double) -> short. |
| ShortFloatToBoolE
An operation of type
(short, float) -> boolean. |
| ShortFloatToByteE
An operation of type
(short, float) -> byte. |
| ShortFloatToCharE
An operation of type
(short, float) -> char. |
| ShortFloatToDblE
An operation of type
(short, float) -> double. |
| ShortFloatToFloatE
An operation of type
(short, float) -> float. |
| ShortFloatToIntE
An operation of type
(short, float) -> int. |
| ShortFloatToLongE
An operation of type
(short, float) -> long. |
| ShortFloatToNilE
An operation of type
(short, float) -> void. |
| ShortFloatToObjE
An operation of type
(short, float) -> R. |
| ShortFloatToShortE
An operation of type
(short, float) -> short. |
| ShortIntToBoolE
An operation of type
(short, int) -> boolean. |
| ShortIntToByteE
An operation of type
(short, int) -> byte. |
| ShortIntToCharE
An operation of type
(short, int) -> char. |
| ShortIntToDblE
An operation of type
(short, int) -> double. |
| ShortIntToFloatE
An operation of type
(short, int) -> float. |
| ShortIntToIntE
An operation of type
(short, int) -> int. |
| ShortIntToLongE
An operation of type
(short, int) -> long. |
| ShortIntToNilE
An operation of type
(short, int) -> void. |
| ShortIntToObjE
An operation of type
(short, int) -> R. |
| ShortIntToShortE
An operation of type
(short, int) -> short. |
| ShortLongToBoolE
An operation of type
(short, long) -> boolean. |
| ShortLongToByteE
An operation of type
(short, long) -> byte. |
| ShortLongToCharE
An operation of type
(short, long) -> char. |
| ShortLongToDblE
An operation of type
(short, long) -> double. |
| ShortLongToFloatE
An operation of type
(short, long) -> float. |
| ShortLongToIntE
An operation of type
(short, long) -> int. |
| ShortLongToLongE
An operation of type
(short, long) -> long. |
| ShortLongToNilE
An operation of type
(short, long) -> void. |
| ShortLongToObjE
An operation of type
(short, long) -> R. |
| ShortLongToShortE
An operation of type
(short, long) -> short. |
| ShortObjToBoolE
An operation of type
(short, U) -> boolean. |
| ShortObjToByteE
An operation of type
(short, U) -> byte. |
| ShortObjToCharE
An operation of type
(short, U) -> char. |
| ShortObjToDblE
An operation of type
(short, U) -> double. |
| ShortObjToFloatE
An operation of type
(short, U) -> float. |
| ShortObjToIntE
An operation of type
(short, U) -> int. |
| ShortObjToLongE
An operation of type
(short, U) -> long. |
| ShortObjToNilE
An operation of type
(short, U) -> void. |
| ShortObjToObjE
An operation of type
(short, U) -> R. |
| ShortObjToShortE
An operation of type
(short, U) -> short. |
| ShortShortToBoolE
An operation of type
(short, short) -> boolean. |
| ShortShortToByteE
An operation of type
(short, short) -> byte. |
| ShortShortToCharE
An operation of type
(short, short) -> char. |
| ShortShortToDblE
An operation of type
(short, short) -> double. |
| ShortShortToFloatE
An operation of type
(short, short) -> float. |
| ShortShortToIntE
An operation of type
(short, short) -> int. |
| ShortShortToLongE
An operation of type
(short, short) -> long. |
| ShortShortToNilE
An operation of type
(short, short) -> void. |
| ShortShortToObjE
An operation of type
(short, short) -> R. |
| ShortShortToShortE
An operation of type
(short, short) -> short. |
| Class and Description |
|---|
| BoolBoolToShortE
An operation of type
(boolean, boolean) -> short. |
| BoolByteToShortE
An operation of type
(boolean, byte) -> short. |
| BoolCharToShortE
An operation of type
(boolean, char) -> short. |
| BoolDblToShortE
An operation of type
(boolean, double) -> short. |
| BoolFloatToShortE
An operation of type
(boolean, float) -> short. |
| BoolIntToShortE
An operation of type
(boolean, int) -> short. |
| BoolLongToShortE
An operation of type
(boolean, long) -> short. |
| BoolObjToShortE
An operation of type
(boolean, U) -> short. |
| BoolShortToBoolE
An operation of type
(boolean, short) -> boolean. |
| BoolShortToByteE
An operation of type
(boolean, short) -> byte. |
| BoolShortToCharE
An operation of type
(boolean, short) -> char. |
| BoolShortToDblE
An operation of type
(boolean, short) -> double. |
| BoolShortToFloatE
An operation of type
(boolean, short) -> float. |
| BoolShortToIntE
An operation of type
(boolean, short) -> int. |
| BoolShortToLongE
An operation of type
(boolean, short) -> long. |
| BoolShortToNilE
An operation of type
(boolean, short) -> void. |
| BoolShortToObjE
An operation of type
(boolean, short) -> R. |
| BoolShortToShortE
An operation of type
(boolean, short) -> short. |
| ByteBoolToShortE
An operation of type
(byte, boolean) -> short. |
| ByteByteToShortE
An operation of type
(byte, byte) -> short. |
| ByteCharToShortE
An operation of type
(byte, char) -> short. |
| ByteDblToShortE
An operation of type
(byte, double) -> short. |
| ByteFloatToShortE
An operation of type
(byte, float) -> short. |
| ByteIntToShortE
An operation of type
(byte, int) -> short. |
| ByteLongToShortE
An operation of type
(byte, long) -> short. |
| ByteObjToShortE
An operation of type
(byte, U) -> short. |
| ByteShortToBoolE
An operation of type
(byte, short) -> boolean. |
| ByteShortToByteE
An operation of type
(byte, short) -> byte. |
| ByteShortToCharE
An operation of type
(byte, short) -> char. |
| ByteShortToDblE
An operation of type
(byte, short) -> double. |
| ByteShortToFloatE
An operation of type
(byte, short) -> float. |
| ByteShortToIntE
An operation of type
(byte, short) -> int. |
| ByteShortToLongE
An operation of type
(byte, short) -> long. |
| ByteShortToNilE
An operation of type
(byte, short) -> void. |
| ByteShortToObjE
An operation of type
(byte, short) -> R. |
| ByteShortToShortE
An operation of type
(byte, short) -> short. |
| CharBoolToShortE
An operation of type
(char, boolean) -> short. |
| CharByteToShortE
An operation of type
(char, byte) -> short. |
| CharCharToShortE
An operation of type
(char, char) -> short. |
| CharDblToShortE
An operation of type
(char, double) -> short. |
| CharFloatToShortE
An operation of type
(char, float) -> short. |
| CharIntToShortE
An operation of type
(char, int) -> short. |
| CharLongToShortE
An operation of type
(char, long) -> short. |
| CharObjToShortE
An operation of type
(char, U) -> short. |
| CharShortToBoolE
An operation of type
(char, short) -> boolean. |
| CharShortToByteE
An operation of type
(char, short) -> byte. |
| CharShortToCharE
An operation of type
(char, short) -> char. |
| CharShortToDblE
An operation of type
(char, short) -> double. |
| CharShortToFloatE
An operation of type
(char, short) -> float. |
| CharShortToIntE
An operation of type
(char, short) -> int. |
| CharShortToLongE
An operation of type
(char, short) -> long. |
| CharShortToNilE
An operation of type
(char, short) -> void. |
| CharShortToObjE
An operation of type
(char, short) -> R. |
| CharShortToShortE
An operation of type
(char, short) -> short. |
| DblBoolToShortE
An operation of type
(double, boolean) -> short. |
| DblByteToShortE
An operation of type
(double, byte) -> short. |
| DblCharToShortE
An operation of type
(double, char) -> short. |
| DblDblToShortE
An operation of type
(double, double) -> short. |
| DblFloatToShortE
An operation of type
(double, float) -> short. |
| DblIntToShortE
An operation of type
(double, int) -> short. |
| DblLongToShortE
An operation of type
(double, long) -> short. |
| DblObjToShortE
An operation of type
(double, U) -> short. |
| DblShortToBoolE
An operation of type
(double, short) -> boolean. |
| DblShortToByteE
An operation of type
(double, short) -> byte. |
| DblShortToCharE
An operation of type
(double, short) -> char. |
| DblShortToDblE
An operation of type
(double, short) -> double. |
| DblShortToFloatE
An operation of type
(double, short) -> float. |
| DblShortToIntE
An operation of type
(double, short) -> int. |
| DblShortToLongE
An operation of type
(double, short) -> long. |
| DblShortToNilE
An operation of type
(double, short) -> void. |
| DblShortToObjE
An operation of type
(double, short) -> R. |
| DblShortToShortE
An operation of type
(double, short) -> short. |
| FloatBoolToShortE
An operation of type
(float, boolean) -> short. |
| FloatByteToShortE
An operation of type
(float, byte) -> short. |
| FloatCharToShortE
An operation of type
(float, char) -> short. |
| FloatDblToShortE
An operation of type
(float, double) -> short. |
| FloatFloatToShortE
An operation of type
(float, float) -> short. |
| FloatIntToShortE
An operation of type
(float, int) -> short. |
| FloatLongToShortE
An operation of type
(float, long) -> short. |
| FloatObjToShortE
An operation of type
(float, U) -> short. |
| FloatShortToBoolE
An operation of type
(float, short) -> boolean. |
| FloatShortToByteE
An operation of type
(float, short) -> byte. |
| FloatShortToCharE
An operation of type
(float, short) -> char. |
| FloatShortToDblE
An operation of type
(float, short) -> double. |
| FloatShortToFloatE
An operation of type
(float, short) -> float. |
| FloatShortToIntE
An operation of type
(float, short) -> int. |
| FloatShortToLongE
An operation of type
(float, short) -> long. |
| FloatShortToNilE
An operation of type
(float, short) -> void. |
| FloatShortToObjE
An operation of type
(float, short) -> R. |
| FloatShortToShortE
An operation of type
(float, short) -> short. |
| IntBoolToShortE
An operation of type
(int, boolean) -> short. |
| IntByteToShortE
An operation of type
(int, byte) -> short. |
| IntCharToShortE
An operation of type
(int, char) -> short. |
| IntDblToShortE
An operation of type
(int, double) -> short. |
| IntFloatToShortE
An operation of type
(int, float) -> short. |
| IntIntToShortE
An operation of type
(int, int) -> short. |
| IntLongToShortE
An operation of type
(int, long) -> short. |
| IntObjToShortE
An operation of type
(int, U) -> short. |
| IntShortToBoolE
An operation of type
(int, short) -> boolean. |
| IntShortToByteE
An operation of type
(int, short) -> byte. |
| IntShortToCharE
An operation of type
(int, short) -> char. |
| IntShortToDblE
An operation of type
(int, short) -> double. |
| IntShortToFloatE
An operation of type
(int, short) -> float. |
| IntShortToIntE
An operation of type
(int, short) -> int. |
| IntShortToLongE
An operation of type
(int, short) -> long. |
| IntShortToNilE
An operation of type
(int, short) -> void. |
| IntShortToObjE
An operation of type
(int, short) -> R. |
| IntShortToShortE
An operation of type
(int, short) -> short. |
| LongBoolToShortE
An operation of type
(long, boolean) -> short. |
| LongByteToShortE
An operation of type
(long, byte) -> short. |
| LongCharToShortE
An operation of type
(long, char) -> short. |
| LongDblToShortE
An operation of type
(long, double) -> short. |
| LongFloatToShortE
An operation of type
(long, float) -> short. |
| LongIntToShortE
An operation of type
(long, int) -> short. |
| LongLongToShortE
An operation of type
(long, long) -> short. |
| LongObjToShortE
An operation of type
(long, U) -> short. |
| LongShortToBoolE
An operation of type
(long, short) -> boolean. |
| LongShortToByteE
An operation of type
(long, short) -> byte. |
| LongShortToCharE
An operation of type
(long, short) -> char. |
| LongShortToDblE
An operation of type
(long, short) -> double. |
| LongShortToFloatE
An operation of type
(long, short) -> float. |
| LongShortToIntE
An operation of type
(long, short) -> int. |
| LongShortToLongE
An operation of type
(long, short) -> long. |
| LongShortToNilE
An operation of type
(long, short) -> void. |
| LongShortToObjE
An operation of type
(long, short) -> R. |
| LongShortToShortE
An operation of type
(long, short) -> short. |
| ObjBoolToShortE
An operation of type
(T, boolean) -> short. |
| ObjByteToShortE
An operation of type
(T, byte) -> short. |
| ObjCharToShortE
An operation of type
(T, char) -> short. |
| ObjDblToShortE
An operation of type
(T, double) -> short. |
| ObjFloatToShortE
An operation of type
(T, float) -> short. |
| ObjIntToShortE
An operation of type
(T, int) -> short. |
| ObjLongToShortE
An operation of type
(T, long) -> short. |
| ObjObjToShortE
An operation of type
(T, U) -> short. |
| ObjShortToBoolE
An operation of type
(T, short) -> boolean. |
| ObjShortToByteE
An operation of type
(T, short) -> byte. |
| ObjShortToCharE
An operation of type
(T, short) -> char. |
| ObjShortToDblE
An operation of type
(T, short) -> double. |
| ObjShortToFloatE
An operation of type
(T, short) -> float. |
| ObjShortToIntE
An operation of type
(T, short) -> int. |
| ObjShortToLongE
An operation of type
(T, short) -> long. |
| ObjShortToNilE
An operation of type
(T, short) -> void. |
| ObjShortToObjE
An operation of type
(T, short) -> R. |
| ObjShortToShortE
An operation of type
(T, short) -> short. |
| ShortBoolToBoolE
An operation of type
(short, boolean) -> boolean. |
| ShortBoolToByteE
An operation of type
(short, boolean) -> byte. |
| ShortBoolToCharE
An operation of type
(short, boolean) -> char. |
| ShortBoolToDblE
An operation of type
(short, boolean) -> double. |
| ShortBoolToFloatE
An operation of type
(short, boolean) -> float. |
| ShortBoolToIntE
An operation of type
(short, boolean) -> int. |
| ShortBoolToLongE
An operation of type
(short, boolean) -> long. |
| ShortBoolToNilE
An operation of type
(short, boolean) -> void. |
| ShortBoolToObjE
An operation of type
(short, boolean) -> R. |
| ShortBoolToShortE
An operation of type
(short, boolean) -> short. |
| ShortByteToBoolE
An operation of type
(short, byte) -> boolean. |
| ShortByteToByteE
An operation of type
(short, byte) -> byte. |
| ShortByteToCharE
An operation of type
(short, byte) -> char. |
| ShortByteToDblE
An operation of type
(short, byte) -> double. |
| ShortByteToFloatE
An operation of type
(short, byte) -> float. |
| ShortByteToIntE
An operation of type
(short, byte) -> int. |
| ShortByteToLongE
An operation of type
(short, byte) -> long. |
| ShortByteToNilE
An operation of type
(short, byte) -> void. |
| ShortByteToObjE
An operation of type
(short, byte) -> R. |
| ShortByteToShortE
An operation of type
(short, byte) -> short. |
| ShortCharToBoolE
An operation of type
(short, char) -> boolean. |
| ShortCharToByteE
An operation of type
(short, char) -> byte. |
| ShortCharToCharE
An operation of type
(short, char) -> char. |
| ShortCharToDblE
An operation of type
(short, char) -> double. |
| ShortCharToFloatE
An operation of type
(short, char) -> float. |
| ShortCharToIntE
An operation of type
(short, char) -> int. |
| ShortCharToLongE
An operation of type
(short, char) -> long. |
| ShortCharToNilE
An operation of type
(short, char) -> void. |
| ShortCharToObjE
An operation of type
(short, char) -> R. |
| ShortCharToShortE
An operation of type
(short, char) -> short. |
| ShortDblToBoolE
An operation of type
(short, double) -> boolean. |
| ShortDblToByteE
An operation of type
(short, double) -> byte. |
| ShortDblToCharE
An operation of type
(short, double) -> char. |
| ShortDblToDblE
An operation of type
(short, double) -> double. |
| ShortDblToFloatE
An operation of type
(short, double) -> float. |
| ShortDblToIntE
An operation of type
(short, double) -> int. |
| ShortDblToLongE
An operation of type
(short, double) -> long. |
| ShortDblToNilE
An operation of type
(short, double) -> void. |
| ShortDblToObjE
An operation of type
(short, double) -> R. |
| ShortDblToShortE
An operation of type
(short, double) -> short. |
| ShortFloatToBoolE
An operation of type
(short, float) -> boolean. |
| ShortFloatToByteE
An operation of type
(short, float) -> byte. |
| ShortFloatToCharE
An operation of type
(short, float) -> char. |
| ShortFloatToDblE
An operation of type
(short, float) -> double. |
| ShortFloatToFloatE
An operation of type
(short, float) -> float. |
| ShortFloatToIntE
An operation of type
(short, float) -> int. |
| ShortFloatToLongE
An operation of type
(short, float) -> long. |
| ShortFloatToNilE
An operation of type
(short, float) -> void. |
| ShortFloatToObjE
An operation of type
(short, float) -> R. |
| ShortFloatToShortE
An operation of type
(short, float) -> short. |
| ShortIntToBoolE
An operation of type
(short, int) -> boolean. |
| ShortIntToByteE
An operation of type
(short, int) -> byte. |
| ShortIntToCharE
An operation of type
(short, int) -> char. |
| ShortIntToDblE
An operation of type
(short, int) -> double. |
| ShortIntToFloatE
An operation of type
(short, int) -> float. |
| ShortIntToIntE
An operation of type
(short, int) -> int. |
| ShortIntToLongE
An operation of type
(short, int) -> long. |
| ShortIntToNilE
An operation of type
(short, int) -> void. |
| ShortIntToObjE
An operation of type
(short, int) -> R. |
| ShortIntToShortE
An operation of type
(short, int) -> short. |
| ShortLongToBoolE
An operation of type
(short, long) -> boolean. |
| ShortLongToByteE
An operation of type
(short, long) -> byte. |
| ShortLongToCharE
An operation of type
(short, long) -> char. |
| ShortLongToDblE
An operation of type
(short, long) -> double. |
| ShortLongToFloatE
An operation of type
(short, long) -> float. |
| ShortLongToIntE
An operation of type
(short, long) -> int. |
| ShortLongToLongE
An operation of type
(short, long) -> long. |
| ShortLongToNilE
An operation of type
(short, long) -> void. |
| ShortLongToObjE
An operation of type
(short, long) -> R. |
| ShortLongToShortE
An operation of type
(short, long) -> short. |
| ShortObjToBoolE
An operation of type
(short, U) -> boolean. |
| ShortObjToByteE
An operation of type
(short, U) -> byte. |
| ShortObjToCharE
An operation of type
(short, U) -> char. |
| ShortObjToDblE
An operation of type
(short, U) -> double. |
| ShortObjToFloatE
An operation of type
(short, U) -> float. |
| ShortObjToIntE
An operation of type
(short, U) -> int. |
| ShortObjToLongE
An operation of type
(short, U) -> long. |
| ShortObjToNilE
An operation of type
(short, U) -> void. |
| ShortObjToObjE
An operation of type
(short, U) -> R. |
| ShortObjToShortE
An operation of type
(short, U) -> short. |
| ShortShortToBoolE
An operation of type
(short, short) -> boolean. |
| ShortShortToByteE
An operation of type
(short, short) -> byte. |
| ShortShortToCharE
An operation of type
(short, short) -> char. |
| ShortShortToDblE
An operation of type
(short, short) -> double. |
| ShortShortToFloatE
An operation of type
(short, short) -> float. |
| ShortShortToIntE
An operation of type
(short, short) -> int. |
| ShortShortToLongE
An operation of type
(short, short) -> long. |
| ShortShortToNilE
An operation of type
(short, short) -> void. |
| ShortShortToObjE
An operation of type
(short, short) -> R. |
| ShortShortToShortE
An operation of type
(short, short) -> short. |
Copyright © 2014. All rights reserved.