Interface | Description |
---|---|
Action<T> |
A generic type for an object that does some work with a thing.
|
Factory<T> |
An object that creates another.
|
Transformer<F,T> |
An object that transforms an object into another.
|
Class | Description |
---|---|
Actions |
Factories for different
Action implementations. |