public class IterableConverter<T,S>
extends java.lang.Object
implements java.lang.Iterable<T>
Constructor and Description |
---|
IterableConverter(java.lang.Iterable<S> iterable,
java.util.function.Function<? super S,? extends T> typeConverter)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<T> |
iterator()
Returns an iterator over a set of elements of type T.
|