Package uk.gov.gchq.koryphe.impl.binaryoperator
-
Class Summary Class Description And AnAndis aKorypheBinaryOperatorwhich takes twoBooleans and returns the result of applying the logical AND operation on the inputs.CollectionConcat<T> CollectionIntersect<T> ACollectionIntersectis aKorypheBinaryOperatorthat intersects 2 collections.First AFirstis aKorypheBinaryOperatorthat assumes the value will never change and just returns the first non null value it gets.IterableMerge<T> Last ALastis aKorypheBinaryOperatorreturns the last non null value it gets.Max Min NumericAggregateFunction ANumericAggregateFunctionis aKorypheBinaryOperatorthat takes inNumbers of the same type and processes the number in some way.Or AnOris aKorypheBinaryOperatorwhich takes twoBooleans and returns the result of applying the logical OR operation on the inputs.Product StringConcat StringDeduplicateConcat AStringDeduplicateConcatis aKorypheBinaryOperatorthat takes inStrings, potentially with separators, and concatenates them together, omitting any duplicate substrings.Sum