Class TransformIterator<T,R>
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.internal.TransformIterator<T,R>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T,R>
TransformIterator<T,R>create(Iterator<T> iterator, Function<T,R> transformFunction)
boolean
hasNext()
R
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-