Class IterateFunction<T>

java.lang.Object
com.googlecode.objectify.util.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 Details

    • IterateFunction

      public IterateFunction()
  • Method Details