Interface Iterators.TransformedIterator<F,T>

Type Parameters:
F - the source transform type
T - the destination transform type
All Superinterfaces:
Iterator<T>
Enclosing class:
Iterators

public static interface Iterators.TransformedIterator<F,T> extends Iterator<T>
An iterator that is able to transform its contents to another type.
  • Method Details

    • transform

      T transform(F from)