| Package | Description |
|---|---|
| net.mintern.functions.unary |
Provides
@FunctionalInterfaces for 1-argument
operations. |
| Class and 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
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
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
An operation of type
(long) -> R. |
| ObjToBool
An operation of type
(T) -> boolean. |
| ObjToDbl
An operation of type
(T) -> double. |
| ObjToInt
An operation of type
(T) -> int. |
| ObjToLong
An operation of type
(T) -> long. |
| ObjToNil
An operation of type
(T) -> void. |
| ObjToObj
An operation of type
(T) -> R. |
Copyright © 2015. All rights reserved.