T0 - the type of item in stream-0T1 - the type of item in stream-1T2 - the type of item in stream-2A - the type of the accumulatorpublic static class AggregateOperationBuilder.Arity3<T0,T1,T2,A> extends Object
| Modifier and Type | Method and Description |
|---|---|
AggregateOperationBuilder.Arity3<T0,T1,T2,A> |
andCombine(DistributedBiConsumer<? super A,? super A> combineFn)
Registers the
combine primitive. |
AggregateOperationBuilder.Arity3<T0,T1,T2,A> |
andDeduct(DistributedBiConsumer<? super A,? super A> deductFn)
Registers the
deduct primitive. |
<R> AggregateOperation3<T0,T1,T2,A,R> |
andFinish(DistributedFunction<? super A,R> finishFn)
Constructs and returns an
AggregateOperation3 from the
current state of the builder and the supplied finish primitive. |
AggregateOperation3<T0,T1,T2,A,A> |
andIdentityFinish()
Constructs and returns an
AggregateOperation3 from the current
state of the builder, with the identity function as the finish primitive. |
@Nonnull public AggregateOperationBuilder.Arity3<T0,T1,T2,A> andCombine(@Nullable DistributedBiConsumer<? super A,? super A> combineFn)
combine primitive.@Nonnull public AggregateOperationBuilder.Arity3<T0,T1,T2,A> andDeduct(@Nullable DistributedBiConsumer<? super A,? super A> deductFn)
deduct primitive.@Nonnull public <R> AggregateOperation3<T0,T1,T2,A,R> andFinish(@Nonnull DistributedFunction<? super A,R> finishFn)
AggregateOperation3 from the
current state of the builder and the supplied finish primitive.@Nonnull public AggregateOperation3<T0,T1,T2,A,A> andIdentityFinish()
AggregateOperation3 from the current
state of the builder, with the identity function as the finish primitive.Copyright © 2018 Hazelcast, Inc.. All rights reserved.