Class IterateFunction<T>

  • All Implemented Interfaces:
    com.google.common.base.Function<Iterable<T>,​Iterator<T>>

    public class IterateFunction<T>
    extends Object
    implements com.google.common.base.Function<Iterable<T>,​Iterator<T>>
    Function that converts Iterables into Iterators.
    • Constructor Detail

      • IterateFunction

        public IterateFunction()