Package com.dnanexus
Interface DXSearch.ObjectProducer<T extends DXObject>
-
- Type Parameters:
T- type of object to be returned
- All Superinterfaces:
Iterable<T>
- All Known Implementing Classes:
DXSearch.FindDataObjectsResult,DXSearch.FindExecutionsResult
- Enclosing class:
- DXSearch
public static interface DXSearch.ObjectProducer<T extends DXObject> extends Iterable<T>
Interface that provides streaming or buffered access to a sequence ofDXObjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>asList()Returns a list of the matching items.-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
-