Interface | Description |
---|---|
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.
|
TypeCoercingMap<K> |
A string valued map that can do simple type conversions from the string values to primitive types.
|
Class | Description |
---|---|
ExceptionUtils |
Utility methods for dealing with exceptions.
|
RatpackVersion |
Provides the version of the Ratpack core at runtime.
|
Result<T> |
The result of an asynchronous operation, which may be a failure.
|