| Class | Description |
|---|---|
| AbstractIterableResultAdapter<E> |
This is the base class that provides the basics for adapting results from an iterable object.
|
| AbstractResultAdapter<E> |
This is the base class for all result adapters that adds comparison capabilities to teh adapters.
|
| CollectionIterableResultAdapter |
This adapter will adapt results from an iterable to the appropriate collection type.
|
| EmptyIterator |
This class is an iterator over an empty collection.
|
| FutureIterableResultAdapter |
This class will adapt results from an iterable object to a future.
|
| GeoPageIterableResultAdapter |
This class will adapt results from an iterable object to a geo page.
|
| IteratorIterableResultAdapter |
This class will adapt results from an iterable object to an iterator.
|
| ListenableFutureIterableResultAdapter |
This class will adapt results from an iterable object to a listenable future.
|
| NullSimpleResultAdapter |
This adapter will try to adapt a null value to a simple value.
|
| NullToCollectionResultAdapter |
This adapter will try to adapt a null value to a collection.
|
| NullToFutureResultAdapter |
This adapter will try to adapt a null value to a future.
|
| NullToIterableResultAdapter |
This adapter will try to adapt a null value to an iterable.
|
| NullToIteratorResultAdapter |
This adapter will try to adapt a null value to an iterator.
|
| NullToListenableFutureResultAdapter |
This adapter will try to adapt a null value to a listenable future.
|
| NullToSliceResultAdapter |
This adapter will try to adapt a null value to a slice.
|
| NumberIterableResultAdapter |
This class will adapt results from an iterable object to a number.
|
| PageIterableResultAdapter |
This class will adapt results from an iterable object to a page.
|
| SameTypeResultAdapter |
This adapter will accept and adapt results when the request result type is of the same type or a super
type of the available value.
|
| SimpleIterableResultAdapter |
This adapter accepts all invocations wherein the original value is an
Iterable object and
the requested method type is a simple value. |
| SliceIterableResultAdapter |
This class will adapt results from an iterable object to a slice.
|
| VoidResultAdapter |
This adapter is used to adapt any value to the method type of void by returning
null.
|
Copyright © 2014–2016. All rights reserved.