Uses of Class
org.apache.druid.java.util.common.guava.FunctionalIterable
Packages that use FunctionalIterable
-
Uses of FunctionalIterable in org.apache.druid.java.util.common.guava
Methods in org.apache.druid.java.util.common.guava that return FunctionalIterableModifier and TypeMethodDescriptionstatic <T> FunctionalIterable<T>FunctionalIterable.drop(int numToDrop) <RetType> FunctionalIterable<RetType>FunctionalIterable.limit(int limit) <RetType> FunctionalIterable<RetType><RetType> FunctionalIterable<RetType>FunctionalIterable.transformCat(com.google.common.base.Function<T, Iterable<RetType>> fn) <InType1,InType2, RetType>
FunctionalIterable<RetType>FunctionalIterable.trinaryTransform(Iterable<InType1> iterable1, Iterable<InType2> iterable2, TrinaryFn<T, InType1, InType2, RetType> trinaryFn)