@FunctionalInterfaces for 1-argument
operations.See: Description
| Interface | Description |
|---|---|
| DblToBool |
An operation of type
(double) -> boolean. |
| DblToDbl |
An operation of type
(double) -> double. |
| DblToInt |
An operation of type
(double) -> int. |
| DblToLong |
An operation of type
(double) -> long. |
| DblToNil |
An operation of type
(double) -> void. |
| DblToObj<R> |
An operation of type
(double) -> R. |
| IntToBool |
An operation of type
(int) -> boolean. |
| IntToDbl |
An operation of type
(int) -> double. |
| IntToInt |
An operation of type
(int) -> int. |
| IntToLong |
An operation of type
(int) -> long. |
| IntToNil |
An operation of type
(int) -> void. |
| IntToObj<R> |
An operation of type
(int) -> R. |
| LongToBool |
An operation of type
(long) -> boolean. |
| LongToDbl |
An operation of type
(long) -> double. |
| LongToInt |
An operation of type
(long) -> int. |
| LongToLong |
An operation of type
(long) -> long. |
| LongToNil |
An operation of type
(long) -> void. |
| LongToObj<R> |
An operation of type
(long) -> R. |
| ObjToBool<T> |
An operation of type
(T) -> boolean. |
| ObjToDbl<T> |
An operation of type
(T) -> double. |
| ObjToInt<T> |
An operation of type
(T) -> int. |
| ObjToLong<T> |
An operation of type
(T) -> long. |
| ObjToNil<T> |
An operation of type
(T) -> void. |
| ObjToObj<T,R> |
An operation of type
(T) -> R. |
@FunctionalInterfaces for 1-argument
operations.Copyright © 2015. All rights reserved.