| Interface | Description |
|---|---|
| Action<T> |
A generic type for an object that does some work with a thing.
|
| Factory<T> |
An object that creates another.
|
| Function<INPUT,OUTPUT> |
A single argument function.
|
| Class | Description |
|---|---|
| Actions |
Factories for different
Action implementations. |