| Class | Description |
|---|---|
| AbstractResultConverter |
This class will let us convert non-null values if the invocation is not of
type void.
|
| DefaultResultConverter |
This class is the default result converter that also acts as a registry for other converters.
|
| FutureToIterableConverter |
This converter will convert a value that is of type
Future to an iterable. |
| IteratorToIterableConverter |
This value will convert an iterator to an iterable.
|
| SingleValueToIterableConverter |
This value will create a
singleton list out of the passed value, so long as
it is not an iterable or iterator object. |
Copyright © 2014–2016. All rights reserved.