T
- The type of the transformed elementspublic class TransformingIterable<T> extends TypedIterable<T>
public TransformingIterable(Iterable<?> iterable, Class<T> type, Function<Object,T> function)
TransformingIterable
instance.iterable
- The backing iterabletype
- The type of the transformed elementsfunction
- The function that is used to transform each elementCopyright © 2013. All Rights Reserved.