| Package | Description |
|---|---|
| net.mintern.functions.unary |
Provides
@FunctionalInterfaces for 1-argument
operations. |
| net.mintern.functions.unary.checked |
Provides
@FunctionalInterfaces for 1-argument
operations that throw checked exceptions. |
| Class and Description |
|---|
| DblToBoolE
An operation of type
(double) -> boolean. |
| DblToDblE
An operation of type
(double) -> double. |
| DblToIntE
An operation of type
(double) -> int. |
| DblToLongE
An operation of type
(double) -> long. |
| DblToNilE
An operation of type
(double) -> void. |
| DblToObjE
An operation of type
(double) -> R. |
| IntToBoolE
An operation of type
(int) -> boolean. |
| IntToDblE
An operation of type
(int) -> double. |
| IntToIntE
An operation of type
(int) -> int. |
| IntToLongE
An operation of type
(int) -> long. |
| IntToNilE
An operation of type
(int) -> void. |
| IntToObjE
An operation of type
(int) -> R. |
| LongToBoolE
An operation of type
(long) -> boolean. |
| LongToDblE
An operation of type
(long) -> double. |
| LongToIntE
An operation of type
(long) -> int. |
| LongToLongE
An operation of type
(long) -> long. |
| LongToNilE
An operation of type
(long) -> void. |
| LongToObjE
An operation of type
(long) -> R. |
| ObjToBoolE
An operation of type
(T) -> boolean. |
| ObjToDblE
An operation of type
(T) -> double. |
| ObjToIntE
An operation of type
(T) -> int. |
| ObjToLongE
An operation of type
(T) -> long. |
| ObjToNilE
An operation of type
(T) -> void. |
| ObjToObjE
An operation of type
(T) -> R. |
| Class and Description |
|---|
| DblToBoolE
An operation of type
(double) -> boolean. |
| DblToDblE
An operation of type
(double) -> double. |
| DblToIntE
An operation of type
(double) -> int. |
| DblToLongE
An operation of type
(double) -> long. |
| DblToNilE
An operation of type
(double) -> void. |
| DblToObjE
An operation of type
(double) -> R. |
| IntToBoolE
An operation of type
(int) -> boolean. |
| IntToDblE
An operation of type
(int) -> double. |
| IntToIntE
An operation of type
(int) -> int. |
| IntToLongE
An operation of type
(int) -> long. |
| IntToNilE
An operation of type
(int) -> void. |
| IntToObjE
An operation of type
(int) -> R. |
| LongToBoolE
An operation of type
(long) -> boolean. |
| LongToDblE
An operation of type
(long) -> double. |
| LongToIntE
An operation of type
(long) -> int. |
| LongToLongE
An operation of type
(long) -> long. |
| LongToNilE
An operation of type
(long) -> void. |
| LongToObjE
An operation of type
(long) -> R. |
| ObjToBoolE
An operation of type
(T) -> boolean. |
| ObjToDblE
An operation of type
(T) -> double. |
| ObjToIntE
An operation of type
(T) -> int. |
| ObjToLongE
An operation of type
(T) -> long. |
| ObjToNilE
An operation of type
(T) -> void. |
| ObjToObjE
An operation of type
(T) -> R. |
Copyright © 2015. All rights reserved.