Package uk.gov.gchq.koryphe.impl.binaryoperator
-
Class Summary Class Description And AnAnd
is aKorypheBinaryOperator
which takes twoBoolean
s and returns the result of applying the logical AND operation on the inputs.CollectionConcat<T> CollectionIntersect<T> ACollectionIntersect
is aKorypheBinaryOperator
that intersects 2 collections.First AFirst
is aKorypheBinaryOperator
that assumes the value will never change and just returns the first non null value it gets.Last ALast
is aKorypheBinaryOperator
returns the last non null value it gets.Max Min NumericAggregateFunction ANumericAggregateFunction
is aKorypheBinaryOperator
that takes inNumber
s of the same type and processes the number in some way.Or AnOr
is aKorypheBinaryOperator
which takes twoBoolean
s and returns the result of applying the logical OR operation on the inputs.Product StringConcat StringDeduplicateConcat AStringDeduplicateConcat
is aKorypheBinaryOperator
that takes inString
s, potentially with separators, and concatenates them together, omitting any duplicate substrings.Sum