Uses of Class
org.aksw.commons.rx.op.FlowableOperatorConditionalConcat
Packages that use FlowableOperatorConditionalConcat
-
Uses of FlowableOperatorConditionalConcat in org.aksw.commons.rx.op
Methods in org.aksw.commons.rx.op that return FlowableOperatorConditionalConcatModifier and TypeMethodDescriptionstatic <T,C> FlowableOperatorConditionalConcat<T, C> FlowableOperatorConditionalConcat.create(Aggregator<T, ?, C> aggregator, Function<C, io.reactivex.rxjava3.core.Flowable<T>> tailFlowFactory) Create method with the following characteristics: the accumulator constructor is a mere supplier (and thus neither depends on the accumulator count nor the group Key) Group keys are compared using Objects::equals