-
interface
An enhanced unary operator.
A function returning the exception logger for a given level
An identity function that always returns its parameter
A function that always returns null.
Returns a function that returns its parameter.
Returns a
Map.Entry function from the specified key and value functions.
Returns a function that returns the value returned by the specified supplier, ignoring its parameter.
Returns a new function that delegates to this function using the specified exception handler.
Returns a function that returns its parameter.
Returns a function that always returns the specified value, ignoring its parameter.
Returns a function that applies this function if its parameter matches the specified predicate, or returns the value provided by the specified supplier otherwise.
Returns a function that returns the value from the specified supplier after accepting its parameter via this consumer.
Returns a function that applies this function to the value returned by the specified provider if its value does not match the specified predicate.
Returns a
Map.Entry function from the specified key and value functions.