Class Mapped<OriginalType,​ResultType>

  • All Implemented Interfaces:
    java.lang.Iterable<ResultType>

    public final class Mapped<OriginalType,​ResultType>
    extends DelegatingIterable<ResultType>
    Iterable decorator maps the results of the delegate Iterable using a given Function.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator