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