koryphe
koryphe copied to clipboard
A flexible library for writing functional operations in Java
Add a Predicate which stores a number of values and ensures a collection contains all the values.
Reported bug. "Serialise and deserialise the `IF` function with a null condition it sets the condition to false, meaning you can't use the predicate"
# Related Issue - Resolve #308
The Javadoc for `ToList` states that it "takes an Object and converts it to a list. If the object is an array or iterable the items will be added to...
When the input strings are handled, they are split using the .split() method, which uses RegEx - however if the user inputs a character that can be interpreted by RegEx...
Currently if you deserialise: ```json { "class": "uk.gov.gchq.koryphe.impl.predicate.IsMoreThan", "value": 1512381090096 } ``` it will throw an exception saying 1512381090096 is bigger than MAX integer. It should use Long by default....
It would be useful to have a function which allows the execution of a BinaryOperator against a stored state and an input. This would mean less functions have to be...