Package com.algolia.utils
Class AlgoliaIterableHelper
java.lang.Object
com.algolia.utils.AlgoliaIterableHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Iterable<T>
createIterable
(Supplier<Iterator<T>> executeQuery, BooleanSupplier _hasNext)
-
Constructor Details
-
AlgoliaIterableHelper
public AlgoliaIterableHelper()
-
-
Method Details
-
createIterable
public static <T> Iterable<T> createIterable(Supplier<Iterator<T>> executeQuery, BooleanSupplier _hasNext)
-