@FunctionalInterfaces for 1-argument
operations that throw checked exceptions.See: Description
| Interface | Description |
|---|---|
| DblToBoolE<E extends Exception> |
An operation of type
(double) -> boolean. |
| DblToDblE<E extends Exception> |
An operation of type
(double) -> double. |
| DblToIntE<E extends Exception> |
An operation of type
(double) -> int. |
| DblToLongE<E extends Exception> |
An operation of type
(double) -> long. |
| DblToNilE<E extends Exception> |
An operation of type
(double) -> void. |
| DblToObjE<R,E extends Exception> |
An operation of type
(double) -> R. |
| IntToBoolE<E extends Exception> |
An operation of type
(int) -> boolean. |
| IntToDblE<E extends Exception> |
An operation of type
(int) -> double. |
| IntToIntE<E extends Exception> |
An operation of type
(int) -> int. |
| IntToLongE<E extends Exception> |
An operation of type
(int) -> long. |
| IntToNilE<E extends Exception> |
An operation of type
(int) -> void. |
| IntToObjE<R,E extends Exception> |
An operation of type
(int) -> R. |
| LongToBoolE<E extends Exception> |
An operation of type
(long) -> boolean. |
| LongToDblE<E extends Exception> |
An operation of type
(long) -> double. |
| LongToIntE<E extends Exception> |
An operation of type
(long) -> int. |
| LongToLongE<E extends Exception> |
An operation of type
(long) -> long. |
| LongToNilE<E extends Exception> |
An operation of type
(long) -> void. |
| LongToObjE<R,E extends Exception> |
An operation of type
(long) -> R. |
| ObjToBoolE<T,E extends Exception> |
An operation of type
(T) -> boolean. |
| ObjToDblE<T,E extends Exception> |
An operation of type
(T) -> double. |
| ObjToIntE<T,E extends Exception> |
An operation of type
(T) -> int. |
| ObjToLongE<T,E extends Exception> |
An operation of type
(T) -> long. |
| ObjToNilE<T,E extends Exception> |
An operation of type
(T) -> void. |
| ObjToObjE<T,R,E extends Exception> |
An operation of type
(T) -> R. |
@FunctionalInterfaces for 1-argument
operations that throw checked exceptions.Copyright © 2015. All rights reserved.