public class TransformIterable<T,R> extends Object implements SdkIterable<R>
Modifier and Type | Method and Description |
---|---|
Iterator<R> |
iterator() |
static <T,R> TransformIterable<T,R> |
of(SdkIterable<T> iterable,
Function<T,R> transformFunction) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
stream
forEach, spliterator
public static <T,R> TransformIterable<T,R> of(SdkIterable<T> iterable, Function<T,R> transformFunction)
Copyright © 2021. All rights reserved.