Uses of Class
org.aksw.commons.collector.core.AggInputFlatMap
Packages that use AggInputFlatMap
-
Uses of AggInputFlatMap in org.aksw.commons.collector.core
Methods in org.aksw.commons.collector.core that return AggInputFlatMapModifier and TypeMethodDescriptionstatic <I, E, J, O, ACC extends Accumulator<J,E, O>, AGG extends ParallelAggregator<J, E, O, ACC>>
AggInputFlatMap<I, E, J, O, ACC, AGG> AggBuilder.inputFlatMap(SerializableFunction<I, ? extends Iterator<? extends J>> inputTransform, AGG state) static <I, E, J, O, ACC extends Accumulator<J,E, O>, AGG extends ParallelAggregator<J, E, O, ACC>>
AggInputFlatMap<I, E, J, O, ACC, AGG> AggBuilder.inputFlatMap2(SerializableBiFunction<? super I, E, ? extends Iterator<? extends J>> inputTransform, AGG state)