Interface | Description |
---|---|
Action<T> |
A generic type for an object that does some work with a thing.
|
Factory<T> |
An object that creates another.
|
MultiValueMap<K,V> |
A map that may contain multiple values for a given key, but typically only one value.
|
ResultAction<T> |
Convenience subtype for an action that takes a result.
|
Transformer<F,T> |
An object that transforms an object into another.
|
TypeCoercingMap<K> |
A string valued map that can do simple type conversions from the string values to primitive types.
|
Class | Description |
---|---|
ExceptionUtils | |
RatpackVersion |
Provides the version of the Ratpack core at runtime.
|
Result<T> |
The result of an asynchronous operation, which may be a failure.
|