Package com.cognite.client
Class DataPoints.FlatMapIterator<T>
java.lang.Object
com.cognite.client.DataPoints.FlatMapIterator<T>
- Type Parameters:
T- The element type of the input iterator's nested list.
- Enclosing class:
- DataPoints
-
Constructor Details
-
FlatMapIterator
public FlatMapIterator()
-
-
Method Details
-
of
Creates a newDataPoints.FlatMapIteratortranslating the inputIteratorelements by unwrapping the nested list objects.- Type Parameters:
T- The object type of the input iterator's list.- Parameters:
inputIterator- The iterator who's elements should be un-nested.- Returns:
- The iterator producing the mapped objects.
-
hasNext
public boolean hasNext() -
next
- Specified by:
nextin interfaceIterator<T>- Throws:
NoSuchElementException
-