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 Detail

      • transform

        T transform​(F from)