Package uk.gov.gchq.gaffer.store.util
Class AggregatorUtil.QueryElementBinaryOperator
- java.lang.Object
-
- uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<Element>
-
- uk.gov.gchq.gaffer.store.util.AggregatorUtil.QueryElementBinaryOperator
-
- All Implemented Interfaces:
BiFunction<Element,Element,Element>
,BinaryOperator<Element>
- Enclosing class:
- AggregatorUtil
public static class AggregatorUtil.QueryElementBinaryOperator extends uk.gov.gchq.koryphe.binaryoperator.KorypheBinaryOperator<Element>
-
-
Constructor Summary
Constructors Constructor Description QueryElementBinaryOperator(Schema schema, View view)
-