JavaScript is disabled on your browser.
WildFly Clustering: Functions 9.0.0.CR2
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.
Composes a unary function that applies the specified functions to its parameter as inputs to this function.
Returns a function that returns its parameter.
Returns a
Map.Entry function from the specified key and value functions.
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 accepts its parameter via the specified consumer and returns the value returned by the specified supplier.
Returns a function that always returns the specified value, ignoring its parameter.
Returns an optional function that applies this function to an optional value.
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 new function that applies this function while holding the monitor returned by the specified function.
Returns a
Map.Entry function from the specified key and value functions.