Uses of Class
org.apache.druid.java.util.common.guava.FunctionalIterable
-
Packages that use FunctionalIterable Package Description org.apache.druid.java.util.common.guava -
-
Uses of FunctionalIterable in org.apache.druid.java.util.common.guava
Methods in org.apache.druid.java.util.common.guava that return FunctionalIterable Modifier and Type Method Description static <T> FunctionalIterable<T>FunctionalIterable. create(Iterable<T> delegate)FunctionalIterable<T>FunctionalIterable. drop(int numToDrop)FunctionalIterable<T>FunctionalIterable. filter(com.google.common.base.Predicate<T> pred)<RetType> FunctionalIterable<RetType>FunctionalIterable. keep(com.google.common.base.Function<T,RetType> fn)FunctionalIterable<T>FunctionalIterable. limit(int limit)<RetType> FunctionalIterable<RetType>FunctionalIterable. transform(com.google.common.base.Function<T,RetType> fn)<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)
-