@FunctionalInterfaces for 2-argument
operations.See: Description
| Interface | Description |
|---|---|
| BoolBoolToShort |
An operation of type
(boolean, boolean) -> short. |
| BoolByteToShort |
An operation of type
(boolean, byte) -> short. |
| BoolCharToShort |
An operation of type
(boolean, char) -> short. |
| BoolDblToShort |
An operation of type
(boolean, double) -> short. |
| BoolFloatToShort |
An operation of type
(boolean, float) -> short. |
| BoolIntToShort |
An operation of type
(boolean, int) -> short. |
| BoolLongToShort |
An operation of type
(boolean, long) -> short. |
| BoolObjToShort<U> |
An operation of type
(boolean, U) -> short. |
| BoolShortToBool |
An operation of type
(boolean, short) -> boolean. |
| BoolShortToByte |
An operation of type
(boolean, short) -> byte. |
| BoolShortToChar |
An operation of type
(boolean, short) -> char. |
| BoolShortToDbl |
An operation of type
(boolean, short) -> double. |
| BoolShortToFloat |
An operation of type
(boolean, short) -> float. |
| BoolShortToInt |
An operation of type
(boolean, short) -> int. |
| BoolShortToLong |
An operation of type
(boolean, short) -> long. |
| BoolShortToNil |
An operation of type
(boolean, short) -> void. |
| BoolShortToObj<R> |
An operation of type
(boolean, short) -> R. |
| BoolShortToShort |
An operation of type
(boolean, short) -> short. |
| ByteBoolToShort |
An operation of type
(byte, boolean) -> short. |
| ByteByteToShort |
An operation of type
(byte, byte) -> short. |
| ByteCharToShort |
An operation of type
(byte, char) -> short. |
| ByteDblToShort |
An operation of type
(byte, double) -> short. |
| ByteFloatToShort |
An operation of type
(byte, float) -> short. |
| ByteIntToShort |
An operation of type
(byte, int) -> short. |
| ByteLongToShort |
An operation of type
(byte, long) -> short. |
| ByteObjToShort<U> |
An operation of type
(byte, U) -> short. |
| ByteShortToBool |
An operation of type
(byte, short) -> boolean. |
| ByteShortToByte |
An operation of type
(byte, short) -> byte. |
| ByteShortToChar |
An operation of type
(byte, short) -> char. |
| ByteShortToDbl |
An operation of type
(byte, short) -> double. |
| ByteShortToFloat |
An operation of type
(byte, short) -> float. |
| ByteShortToInt |
An operation of type
(byte, short) -> int. |
| ByteShortToLong |
An operation of type
(byte, short) -> long. |
| ByteShortToNil |
An operation of type
(byte, short) -> void. |
| ByteShortToObj<R> |
An operation of type
(byte, short) -> R. |
| ByteShortToShort |
An operation of type
(byte, short) -> short. |
| CharBoolToShort |
An operation of type
(char, boolean) -> short. |
| CharByteToShort |
An operation of type
(char, byte) -> short. |
| CharCharToShort |
An operation of type
(char, char) -> short. |
| CharDblToShort |
An operation of type
(char, double) -> short. |
| CharFloatToShort |
An operation of type
(char, float) -> short. |
| CharIntToShort |
An operation of type
(char, int) -> short. |
| CharLongToShort |
An operation of type
(char, long) -> short. |
| CharObjToShort<U> |
An operation of type
(char, U) -> short. |
| CharShortToBool |
An operation of type
(char, short) -> boolean. |
| CharShortToByte |
An operation of type
(char, short) -> byte. |
| CharShortToChar |
An operation of type
(char, short) -> char. |
| CharShortToDbl |
An operation of type
(char, short) -> double. |
| CharShortToFloat |
An operation of type
(char, short) -> float. |
| CharShortToInt |
An operation of type
(char, short) -> int. |
| CharShortToLong |
An operation of type
(char, short) -> long. |
| CharShortToNil |
An operation of type
(char, short) -> void. |
| CharShortToObj<R> |
An operation of type
(char, short) -> R. |
| CharShortToShort |
An operation of type
(char, short) -> short. |
| DblBoolToShort |
An operation of type
(double, boolean) -> short. |
| DblByteToShort |
An operation of type
(double, byte) -> short. |
| DblCharToShort |
An operation of type
(double, char) -> short. |
| DblDblToShort |
An operation of type
(double, double) -> short. |
| DblFloatToShort |
An operation of type
(double, float) -> short. |
| DblIntToShort |
An operation of type
(double, int) -> short. |
| DblLongToShort |
An operation of type
(double, long) -> short. |
| DblObjToShort<U> |
An operation of type
(double, U) -> short. |
| DblShortToBool |
An operation of type
(double, short) -> boolean. |
| DblShortToByte |
An operation of type
(double, short) -> byte. |
| DblShortToChar |
An operation of type
(double, short) -> char. |
| DblShortToDbl |
An operation of type
(double, short) -> double. |
| DblShortToFloat |
An operation of type
(double, short) -> float. |
| DblShortToInt |
An operation of type
(double, short) -> int. |
| DblShortToLong |
An operation of type
(double, short) -> long. |
| DblShortToNil |
An operation of type
(double, short) -> void. |
| DblShortToObj<R> |
An operation of type
(double, short) -> R. |
| DblShortToShort |
An operation of type
(double, short) -> short. |
| FloatBoolToShort |
An operation of type
(float, boolean) -> short. |
| FloatByteToShort |
An operation of type
(float, byte) -> short. |
| FloatCharToShort |
An operation of type
(float, char) -> short. |
| FloatDblToShort |
An operation of type
(float, double) -> short. |
| FloatFloatToShort |
An operation of type
(float, float) -> short. |
| FloatIntToShort |
An operation of type
(float, int) -> short. |
| FloatLongToShort |
An operation of type
(float, long) -> short. |
| FloatObjToShort<U> |
An operation of type
(float, U) -> short. |
| FloatShortToBool |
An operation of type
(float, short) -> boolean. |
| FloatShortToByte |
An operation of type
(float, short) -> byte. |
| FloatShortToChar |
An operation of type
(float, short) -> char. |
| FloatShortToDbl |
An operation of type
(float, short) -> double. |
| FloatShortToFloat |
An operation of type
(float, short) -> float. |
| FloatShortToInt |
An operation of type
(float, short) -> int. |
| FloatShortToLong |
An operation of type
(float, short) -> long. |
| FloatShortToNil |
An operation of type
(float, short) -> void. |
| FloatShortToObj<R> |
An operation of type
(float, short) -> R. |
| FloatShortToShort |
An operation of type
(float, short) -> short. |
| IntBoolToShort |
An operation of type
(int, boolean) -> short. |
| IntByteToShort |
An operation of type
(int, byte) -> short. |
| IntCharToShort |
An operation of type
(int, char) -> short. |
| IntDblToShort |
An operation of type
(int, double) -> short. |
| IntFloatToShort |
An operation of type
(int, float) -> short. |
| IntIntToShort |
An operation of type
(int, int) -> short. |
| IntLongToShort |
An operation of type
(int, long) -> short. |
| IntObjToShort<U> |
An operation of type
(int, U) -> short. |
| IntShortToBool |
An operation of type
(int, short) -> boolean. |
| IntShortToByte |
An operation of type
(int, short) -> byte. |
| IntShortToChar |
An operation of type
(int, short) -> char. |
| IntShortToDbl |
An operation of type
(int, short) -> double. |
| IntShortToFloat |
An operation of type
(int, short) -> float. |
| IntShortToInt |
An operation of type
(int, short) -> int. |
| IntShortToLong |
An operation of type
(int, short) -> long. |
| IntShortToNil |
An operation of type
(int, short) -> void. |
| IntShortToObj<R> |
An operation of type
(int, short) -> R. |
| IntShortToShort |
An operation of type
(int, short) -> short. |
| LongBoolToShort |
An operation of type
(long, boolean) -> short. |
| LongByteToShort |
An operation of type
(long, byte) -> short. |
| LongCharToShort |
An operation of type
(long, char) -> short. |
| LongDblToShort |
An operation of type
(long, double) -> short. |
| LongFloatToShort |
An operation of type
(long, float) -> short. |
| LongIntToShort |
An operation of type
(long, int) -> short. |
| LongLongToShort |
An operation of type
(long, long) -> short. |
| LongObjToShort<U> |
An operation of type
(long, U) -> short. |
| LongShortToBool |
An operation of type
(long, short) -> boolean. |
| LongShortToByte |
An operation of type
(long, short) -> byte. |
| LongShortToChar |
An operation of type
(long, short) -> char. |
| LongShortToDbl |
An operation of type
(long, short) -> double. |
| LongShortToFloat |
An operation of type
(long, short) -> float. |
| LongShortToInt |
An operation of type
(long, short) -> int. |
| LongShortToLong |
An operation of type
(long, short) -> long. |
| LongShortToNil |
An operation of type
(long, short) -> void. |
| LongShortToObj<R> |
An operation of type
(long, short) -> R. |
| LongShortToShort |
An operation of type
(long, short) -> short. |
| ObjBoolToShort<T> |
An operation of type
(T, boolean) -> short. |
| ObjByteToShort<T> |
An operation of type
(T, byte) -> short. |
| ObjCharToShort<T> |
An operation of type
(T, char) -> short. |
| ObjDblToShort<T> |
An operation of type
(T, double) -> short. |
| ObjFloatToShort<T> |
An operation of type
(T, float) -> short. |
| ObjIntToShort<T> |
An operation of type
(T, int) -> short. |
| ObjLongToShort<T> |
An operation of type
(T, long) -> short. |
| ObjObjToShort<T,U> |
An operation of type
(T, U) -> short. |
| ObjShortToBool<T> |
An operation of type
(T, short) -> boolean. |
| ObjShortToByte<T> |
An operation of type
(T, short) -> byte. |
| ObjShortToChar<T> |
An operation of type
(T, short) -> char. |
| ObjShortToDbl<T> |
An operation of type
(T, short) -> double. |
| ObjShortToFloat<T> |
An operation of type
(T, short) -> float. |
| ObjShortToInt<T> |
An operation of type
(T, short) -> int. |
| ObjShortToLong<T> |
An operation of type
(T, short) -> long. |
| ObjShortToNil<T> |
An operation of type
(T, short) -> void. |
| ObjShortToObj<T,R> |
An operation of type
(T, short) -> R. |
| ObjShortToShort<T> |
An operation of type
(T, short) -> short. |
| ShortBoolToBool |
An operation of type
(short, boolean) -> boolean. |
| ShortBoolToByte |
An operation of type
(short, boolean) -> byte. |
| ShortBoolToChar |
An operation of type
(short, boolean) -> char. |
| ShortBoolToDbl |
An operation of type
(short, boolean) -> double. |
| ShortBoolToFloat |
An operation of type
(short, boolean) -> float. |
| ShortBoolToInt |
An operation of type
(short, boolean) -> int. |
| ShortBoolToLong |
An operation of type
(short, boolean) -> long. |
| ShortBoolToNil |
An operation of type
(short, boolean) -> void. |
| ShortBoolToObj<R> |
An operation of type
(short, boolean) -> R. |
| ShortBoolToShort |
An operation of type
(short, boolean) -> short. |
| ShortByteToBool |
An operation of type
(short, byte) -> boolean. |
| ShortByteToByte |
An operation of type
(short, byte) -> byte. |
| ShortByteToChar |
An operation of type
(short, byte) -> char. |
| ShortByteToDbl |
An operation of type
(short, byte) -> double. |
| ShortByteToFloat |
An operation of type
(short, byte) -> float. |
| ShortByteToInt |
An operation of type
(short, byte) -> int. |
| ShortByteToLong |
An operation of type
(short, byte) -> long. |
| ShortByteToNil |
An operation of type
(short, byte) -> void. |
| ShortByteToObj<R> |
An operation of type
(short, byte) -> R. |
| ShortByteToShort |
An operation of type
(short, byte) -> short. |
| ShortCharToBool |
An operation of type
(short, char) -> boolean. |
| ShortCharToByte |
An operation of type
(short, char) -> byte. |
| ShortCharToChar |
An operation of type
(short, char) -> char. |
| ShortCharToDbl |
An operation of type
(short, char) -> double. |
| ShortCharToFloat |
An operation of type
(short, char) -> float. |
| ShortCharToInt |
An operation of type
(short, char) -> int. |
| ShortCharToLong |
An operation of type
(short, char) -> long. |
| ShortCharToNil |
An operation of type
(short, char) -> void. |
| ShortCharToObj<R> |
An operation of type
(short, char) -> R. |
| ShortCharToShort |
An operation of type
(short, char) -> short. |
| ShortDblToBool |
An operation of type
(short, double) -> boolean. |
| ShortDblToByte |
An operation of type
(short, double) -> byte. |
| ShortDblToChar |
An operation of type
(short, double) -> char. |
| ShortDblToDbl |
An operation of type
(short, double) -> double. |
| ShortDblToFloat |
An operation of type
(short, double) -> float. |
| ShortDblToInt |
An operation of type
(short, double) -> int. |
| ShortDblToLong |
An operation of type
(short, double) -> long. |
| ShortDblToNil |
An operation of type
(short, double) -> void. |
| ShortDblToObj<R> |
An operation of type
(short, double) -> R. |
| ShortDblToShort |
An operation of type
(short, double) -> short. |
| ShortFloatToBool |
An operation of type
(short, float) -> boolean. |
| ShortFloatToByte |
An operation of type
(short, float) -> byte. |
| ShortFloatToChar |
An operation of type
(short, float) -> char. |
| ShortFloatToDbl |
An operation of type
(short, float) -> double. |
| ShortFloatToFloat |
An operation of type
(short, float) -> float. |
| ShortFloatToInt |
An operation of type
(short, float) -> int. |
| ShortFloatToLong |
An operation of type
(short, float) -> long. |
| ShortFloatToNil |
An operation of type
(short, float) -> void. |
| ShortFloatToObj<R> |
An operation of type
(short, float) -> R. |
| ShortFloatToShort |
An operation of type
(short, float) -> short. |
| ShortIntToBool |
An operation of type
(short, int) -> boolean. |
| ShortIntToByte |
An operation of type
(short, int) -> byte. |
| ShortIntToChar |
An operation of type
(short, int) -> char. |
| ShortIntToDbl |
An operation of type
(short, int) -> double. |
| ShortIntToFloat |
An operation of type
(short, int) -> float. |
| ShortIntToInt |
An operation of type
(short, int) -> int. |
| ShortIntToLong |
An operation of type
(short, int) -> long. |
| ShortIntToNil |
An operation of type
(short, int) -> void. |
| ShortIntToObj<R> |
An operation of type
(short, int) -> R. |
| ShortIntToShort |
An operation of type
(short, int) -> short. |
| ShortLongToBool |
An operation of type
(short, long) -> boolean. |
| ShortLongToByte |
An operation of type
(short, long) -> byte. |
| ShortLongToChar |
An operation of type
(short, long) -> char. |
| ShortLongToDbl |
An operation of type
(short, long) -> double. |
| ShortLongToFloat |
An operation of type
(short, long) -> float. |
| ShortLongToInt |
An operation of type
(short, long) -> int. |
| ShortLongToLong |
An operation of type
(short, long) -> long. |
| ShortLongToNil |
An operation of type
(short, long) -> void. |
| ShortLongToObj<R> |
An operation of type
(short, long) -> R. |
| ShortLongToShort |
An operation of type
(short, long) -> short. |
| ShortObjToBool<U> |
An operation of type
(short, U) -> boolean. |
| ShortObjToByte<U> |
An operation of type
(short, U) -> byte. |
| ShortObjToChar<U> |
An operation of type
(short, U) -> char. |
| ShortObjToDbl<U> |
An operation of type
(short, U) -> double. |
| ShortObjToFloat<U> |
An operation of type
(short, U) -> float. |
| ShortObjToInt<U> |
An operation of type
(short, U) -> int. |
| ShortObjToLong<U> |
An operation of type
(short, U) -> long. |
| ShortObjToNil<U> |
An operation of type
(short, U) -> void. |
| ShortObjToObj<U,R> |
An operation of type
(short, U) -> R. |
| ShortObjToShort<U> |
An operation of type
(short, U) -> short. |
| ShortShortToBool |
An operation of type
(short, short) -> boolean. |
| ShortShortToByte |
An operation of type
(short, short) -> byte. |
| ShortShortToChar |
An operation of type
(short, short) -> char. |
| ShortShortToDbl |
An operation of type
(short, short) -> double. |
| ShortShortToFloat |
An operation of type
(short, short) -> float. |
| ShortShortToInt |
An operation of type
(short, short) -> int. |
| ShortShortToLong |
An operation of type
(short, short) -> long. |
| ShortShortToNil |
An operation of type
(short, short) -> void. |
| ShortShortToObj<R> |
An operation of type
(short, short) -> R. |
| ShortShortToShort |
An operation of type
(short, short) -> short. |
@FunctionalInterfaces for 2-argument
operations.Copyright © 2014. All rights reserved.