| Interface | Description |
|---|---|
| Action<E> |
A unary functor with no return value.
|
| BinaryAction<E1,E2> |
A Binary functor with no return value.
|
| TernaryAction<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 © 2012. All Rights Reserved.