| Interface | Description |
|---|---|
| TriConsumer<T1,T2,T3> |
A ternary functor with no return value.
|
| Class | Description |
|---|---|
| BinaryNoop<T1,T2> |
A null binary functor with no return value effectively doing nothing.
|
| Noop<E> |
A null unary functor with no return value effectively doing nothing.
|
| Slacker |
Nullary Action doing nothing.
|
| TernaryNoop<T1,T2,T3> |
A null ternary functor with no return value effectively doing nothing.
|
Copyright © 2017. All rights reserved.