Class MappingIterable<A,B>

java.lang.Object
com.jnape.palatable.lambda.internal.iteration.MappingIterable<A,B>
All Implemented Interfaces:
Iterable<B>

public final class MappingIterable<A,B> extends Object implements Iterable<B>
  • Field Details

    • as

      private final Iterable<A> as
    • mappers

      private final List<Fn1<?,?>> mappers
  • Constructor Details

    • MappingIterable

      public MappingIterable(Fn1<? super A,? extends B> fn, Iterable<A> as)
  • Method Details