| Accepter |
This is similar to Java Consumer but the disparity of exceptions throws.
|
| Dealer |
Represents a dealer of results.
|
| Idler |
The Idlerr is intended to be memorized and idempotent.
|
| ThrowingFunction |
When you find yourself in a situation where you need to use a method ( that throws an exception)
withing Lambda, this class is what you need to achieve your goal without Java complaining.
|
| ThrowingUnaryOperation |
Represents an operation on a single operand that produces a result of the same type as its
operand.
|
| TriConsumer |
Represents an operation that accepts three input arguments and returns no result.
|