koryphe icon indicating copy to clipboard operation
koryphe copied to clipboard

A flexible library for writing functional operations in Java

Results 18 koryphe issues
Sort by recently updated
recently updated
newest added

Add a Predicate which stores a number of values and ensures a collection contains all the values.

feature

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"

bug

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...

bug
question

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...

question

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....

enhancement

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...

enhancement