public interface AggregatorFunction<N extends Number> extends VoidFunction<N>, AccessScalar<N>
BasicFunction.Differentiable<N extends Number,F extends BasicFunction>, BasicFunction.Integratable<N extends Number,F extends BasicFunction>, BasicFunction.PlainUnary<T,R>
Modifier and Type | Method and Description |
---|---|
default boolean |
isMergeable() |
void |
merge(N result)
Only works if
isMergeable() ! |
AggregatorFunction<N> |
reset() |
Scalar<N> |
toScalar() |
accept, accept, compose, invoke, invoke
andThen
byteValue, doubleValue, floatValue, get, intValue, longValue, shortValue
default boolean isMergeable()
void merge(N result)
isMergeable()
!AggregatorFunction<N> reset()
Copyright © 2019 Optimatika. All rights reserved.