Class CustomMapAggregator<K,V>
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<CustomMap<K,V>>
-
- uk.gov.gchq.gaffer.types.binaryoperator.CustomMapAggregator<K,V>
-
- All Implemented Interfaces:
BiFunction<CustomMap<K,V>,CustomMap<K,V>,CustomMap<K,V>>,BinaryOperator<CustomMap<K,V>>
public class CustomMapAggregator<K,V> extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<CustomMap<K,V>>
-
-
Constructor Summary
Constructors Constructor Description CustomMapAggregator()CustomMapAggregator(BinaryOperator<V> binaryOperator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomMap<K,V>_apply(CustomMap<K,V> state, CustomMap<K,V> input)BinaryOperator<? super V>getBinaryOperator()voidsetBinaryOperator(BinaryOperator<V> binaryOperator)-
Methods inherited from class uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator
apply, equals, hashCode
-
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Constructor Detail
-
CustomMapAggregator
public CustomMapAggregator()
-
CustomMapAggregator
public CustomMapAggregator(BinaryOperator<V> binaryOperator)
-
-