Uses of Class
com.cognite.client.DataPoints.FlatMapIterator
-
Packages that use DataPoints.FlatMapIterator Package Description com.cognite.client -
-
Uses of DataPoints.FlatMapIterator in com.cognite.client
Methods in com.cognite.client that return DataPoints.FlatMapIterator Modifier and Type Method Description static <T> DataPoints.FlatMapIterator<T>DataPoints.FlatMapIterator. of(Iterator<List<List<T>>> inputIterator)Creates a newDataPoints.FlatMapIteratortranslating the inputIteratorelements by unwrapping the nested list objects.
-