Interface | Description |
---|---|
Callback<T> |
Abstract callback.
|
Decorator<T> |
Abstract decorator.
|
Factory<P,T> |
Abstract object factory.
|
Resolver<I,O> |
Abstract resolver from input to output.
|
Supplier<T> |
Abstract object supplier.
|