Class TransformIterable<T,R> 
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.TransformIterable<T,R> 
- All Implemented Interfaces:
 Iterable<R>,SdkIterable<R>
- 
Method Summary
Modifier and TypeMethodDescriptioniterator()static <T,R> TransformIterable <T, R> of(SdkIterable<T> iterable, Function<T, R> transformFunction) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface software.amazon.awssdk.core.pagination.sync.SdkIterable
stream 
- 
Method Details
- 
of
public static <T,R> TransformIterable<T,R> of(SdkIterable<T> iterable, Function<T, R> transformFunction)  - 
iterator
 
 -