Index

A B C D E F I L M N O P R S T U W Z 
All Classes and Interfaces|All Packages|Serialized Form

A

accept(Exception) - Method in class org.wildfly.clustering.function.Consumer.ExceptionLogger
 
always() - Static method in interface org.wildfly.clustering.function.BiPredicate
Returns a predicate that always accepts its arguments.
always() - Static method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that always accepts its argument.
ALWAYS - Static variable in interface org.wildfly.clustering.function.BiPredicate
 
ALWAYS - Static variable in interface org.wildfly.clustering.function.DoublePredicate
 
ALWAYS - Static variable in interface org.wildfly.clustering.function.IntPredicate
 
ALWAYS - Static variable in interface org.wildfly.clustering.function.LongPredicate
 
ALWAYS - Static variable in interface org.wildfly.clustering.function.Predicate
 
and(BiPredicate<? super T, ? super U>) - Method in interface org.wildfly.clustering.function.BiPredicate
 
and(DoublePredicate) - Method in interface org.wildfly.clustering.function.DoublePredicate
 
and(IntPredicate) - Method in interface org.wildfly.clustering.function.IntPredicate
 
and(LongPredicate) - Method in interface org.wildfly.clustering.function.LongPredicate
 
and(Predicate<? super T>) - Method in interface org.wildfly.clustering.function.Predicate
 
and(Predicate<T>, Predicate<U>) - Static method in interface org.wildfly.clustering.function.BiPredicate
Returns a binary predicate composed using the conjunction of two unary predicates.
andThen(Runnable) - Method in interface org.wildfly.clustering.function.Runnable
Returns a task that runs the specified task after running this task.
andThen(BiConsumer<? super T, ? super U>) - Method in interface org.wildfly.clustering.function.BiConsumer
 
andThen(Consumer<? super T>) - Method in interface org.wildfly.clustering.function.Consumer
 
andThen(Function<? super R, ? extends V>) - Method in interface org.wildfly.clustering.function.BiFunction
 
andThen(Function<? super R, ? extends V>) - Method in interface org.wildfly.clustering.function.Function
 
andThen(UnaryOperator<T>) - Method in interface org.wildfly.clustering.function.BinaryOperator
 
andThen(UnaryOperator<T>) - Method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator that applies the specified operator to the result of this operator.
apply(T) - Method in class org.wildfly.clustering.function.Function.IdentityFunction
 
apply(T, U) - Method in class org.wildfly.clustering.function.BiFunction.FormerIdentityFunction
 
apply(T, U) - Method in class org.wildfly.clustering.function.BiFunction.LatterIdentityFunction
 

B

BiConsumer<T,U> - Interface in org.wildfly.clustering.function
An enhanced binary consumer.
BiFunction<T,U,R> - Interface in org.wildfly.clustering.function
An enhanced binary function.
BiFunction.FormerIdentityFunction<T,U,R> - Class in org.wildfly.clustering.function
 
BiFunction.LatterIdentityFunction<T,U,R> - Class in org.wildfly.clustering.function
 
BinaryOperator<T> - Interface in org.wildfly.clustering.function
An enhanced binary function.
BinaryOperator.FormerIdentityOperator<T> - Class in org.wildfly.clustering.function
 
BinaryOperator.LatterIdentityOperator<T> - Class in org.wildfly.clustering.function
 
BiPredicate<T,U> - Interface in org.wildfly.clustering.function
An enhanced binary predicate.
BiPredicate.SimpleBiPredicate<T,U> - Class in org.wildfly.clustering.function
 

C

Callable<T> - Interface in org.wildfly.clustering.function
An enhanced callable.
close() - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that silently closes its object.
close(Consumer<Exception>) - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that silently closes its object using the specified exception handler.
compose(Function<? super V, ? extends T>) - Method in interface org.wildfly.clustering.function.Function
 
compose(Function<? super V1, ? extends T>, Function<? super V2, ? extends U>) - Method in interface org.wildfly.clustering.function.BiFunction
Returns a composed function that applies the specified functions to each parameter as inputs to this function.
compose(Function<V, T>) - Method in interface org.wildfly.clustering.function.Consumer
Returns a mapped consumer, that invokes this consumer using result of the specified function.
compose(UnaryOperator<T>) - Method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator that applies this operator to the result of the specified operator.
compose(UnaryOperator<T>, UnaryOperator<T>) - Method in interface org.wildfly.clustering.function.BinaryOperator
Returns a composed operator that applies the specified operators to each parameter as inputs to this operator.
compose(Function<V1, T>, Function<V2, U>) - Method in interface org.wildfly.clustering.function.BiConsumer
Composes a consumer this consumer using result of the specified mapping functions.
Consumer<T> - Interface in org.wildfly.clustering.function
An enhanced unary consumer.
Consumer.ExceptionLogger - Class in org.wildfly.clustering.function
 

D

debug() - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that logs an exception at the System.Logger.Level.DEBUG level.
DoublePredicate - Interface in org.wildfly.clustering.function
An enhanced double predicate.
DoublePredicate.SimpleDoublePredicate - Class in org.wildfly.clustering.function
 

E

empty() - Static method in interface org.wildfly.clustering.function.BiConsumer
Returns a consumer that performs no action.
empty() - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that performs no action.
empty() - Static method in interface org.wildfly.clustering.function.Runnable
Returns an empty task.
EMPTY - Static variable in interface org.wildfly.clustering.function.BiConsumer
 
EMPTY - Static variable in interface org.wildfly.clustering.function.Consumer
 
EMPTY - Static variable in interface org.wildfly.clustering.function.Runnable
 
equal(T) - Static method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.
error() - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that logs an exception at the System.Logger.Level.ERROR level.
EXCEPTION_LOGGER - Static variable in interface org.wildfly.clustering.function.Consumer
 
EXCEPTION_LOGGERS - Static variable in interface org.wildfly.clustering.function.Consumer
 

F

former() - Static method in interface org.wildfly.clustering.function.BiFunction
Returns a function that returns its first parameter.
former() - Static method in interface org.wildfly.clustering.function.BinaryOperator
Returns a function that returns its first parameter.
former(Consumer<? super T>) - Static method in interface org.wildfly.clustering.function.BiConsumer
Returns a consumer that delegates to a consumer of the first parameter, ignoring the second.
former(Function<T, R>) - Static method in interface org.wildfly.clustering.function.BiFunction
Returns a function that returns the result of applying the specified function to its first parameter.
former(Predicate<T>) - Static method in interface org.wildfly.clustering.function.BiPredicate
Returns a binary predicate from a predicate that tests the first parameter only.
FORMER_IDENTITY - Static variable in interface org.wildfly.clustering.function.BiFunction
 
FORMER_IDENTITY - Static variable in interface org.wildfly.clustering.function.BinaryOperator
 
FormerIdentityFunction() - Constructor for class org.wildfly.clustering.function.BiFunction.FormerIdentityFunction
 
FormerIdentityOperator() - Constructor for class org.wildfly.clustering.function.BinaryOperator.FormerIdentityOperator
 
Function<T,R> - Interface in org.wildfly.clustering.function
An enhanced function.
Function.IdentityFunction<T,R> - Class in org.wildfly.clustering.function
 

I

identity() - Static method in interface org.wildfly.clustering.function.Function
Returns a function that returns its parameter.
identity() - Static method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator that returns its value.
IDENTITY - Static variable in interface org.wildfly.clustering.function.Function
 
IDENTITY - Static variable in interface org.wildfly.clustering.function.UnaryOperator
 
IdentityFunction() - Constructor for class org.wildfly.clustering.function.Function.IdentityFunction
 
IdentityOperator() - Constructor for class org.wildfly.clustering.function.UnaryOperator.IdentityOperator
 
info() - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that logs an exception at the System.Logger.Level.INFO level.
IntPredicate - Interface in org.wildfly.clustering.function
An enhanced integer predicate.
IntPredicate.SimpleIntPredicate - Class in org.wildfly.clustering.function
 

L

latter() - Static method in interface org.wildfly.clustering.function.BiFunction
Returns a function that returns its second parameter.
latter() - Static method in interface org.wildfly.clustering.function.BinaryOperator
Returns a function that returns its second parameter.
latter(Consumer<? super U>) - Static method in interface org.wildfly.clustering.function.BiConsumer
Returns a consumer that delegates to a consumer of the second parameter, ignoring the first.
latter(Function<U, R>) - Static method in interface org.wildfly.clustering.function.BiFunction
Returns a function that returns the result of applying the specified function to its second parameter.
latter(Predicate<U>) - Static method in interface org.wildfly.clustering.function.BiPredicate
Returns a binary predicate from a predicate that tests the second parameter only.
LATTER_IDENTITY - Static variable in interface org.wildfly.clustering.function.BiFunction
 
LATTER_IDENTITY - Static variable in interface org.wildfly.clustering.function.BinaryOperator
 
LatterIdentityFunction() - Constructor for class org.wildfly.clustering.function.BiFunction.LatterIdentityFunction
 
LatterIdentityOperator() - Constructor for class org.wildfly.clustering.function.BinaryOperator.LatterIdentityOperator
 
log(System.Logger.Level) - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that logs an exception at the specified level.
LongPredicate - Interface in org.wildfly.clustering.function
An enhanced long predicate.
LongPredicate.SimpleLongPredicate - Class in org.wildfly.clustering.function
 

M

map(DoubleFunction<T>) - Method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(DoubleUnaryOperator) - Method in interface org.wildfly.clustering.function.DoublePredicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(Function<T, V>) - Method in interface org.wildfly.clustering.function.Supplier
Returns a supplier that returns the value this function mapped via the specified function.
map(Function<V, T>) - Method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(IntFunction<T>) - Method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(IntUnaryOperator) - Method in interface org.wildfly.clustering.function.IntPredicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(LongFunction<T>) - Method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(LongUnaryOperator) - Method in interface org.wildfly.clustering.function.LongPredicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(ToDoubleFunction<V>) - Method in interface org.wildfly.clustering.function.DoublePredicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(ToIntFunction<V>) - Method in interface org.wildfly.clustering.function.IntPredicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(ToLongFunction<V>) - Method in interface org.wildfly.clustering.function.LongPredicate
Returns a predicate that applies the specified mapping to its argument before evaluating.
map(Function<T, R>) - Method in interface org.wildfly.clustering.function.Callable
Returns a callable whose result is mapped by the specified function.

N

negate() - Method in interface org.wildfly.clustering.function.BiPredicate
 
negate() - Method in interface org.wildfly.clustering.function.DoublePredicate
 
negate() - Method in interface org.wildfly.clustering.function.IntPredicate
 
negate() - Method in interface org.wildfly.clustering.function.LongPredicate
 
negate() - Method in interface org.wildfly.clustering.function.Predicate
 
NEGATIVE - Static variable in interface org.wildfly.clustering.function.DoublePredicate
 
NEGATIVE - Static variable in interface org.wildfly.clustering.function.IntPredicate
 
NEGATIVE - Static variable in interface org.wildfly.clustering.function.LongPredicate
 
never() - Static method in interface org.wildfly.clustering.function.BiPredicate
Returns a predicate that never accepts its arguments.
never() - Static method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that never accepts its argument.
NEVER - Static variable in interface org.wildfly.clustering.function.BiPredicate
 
NEVER - Static variable in interface org.wildfly.clustering.function.DoublePredicate
 
NEVER - Static variable in interface org.wildfly.clustering.function.IntPredicate
 
NEVER - Static variable in interface org.wildfly.clustering.function.LongPredicate
 
NEVER - Static variable in interface org.wildfly.clustering.function.Predicate
 
not(Predicate<? super T>) - Static method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that evaluates to the negation of the specified predicate.
NULL - Static variable in interface org.wildfly.clustering.function.BiFunction
 
NULL - Static variable in interface org.wildfly.clustering.function.BinaryOperator
 
NULL - Static variable in interface org.wildfly.clustering.function.Function
 
NULL - Static variable in interface org.wildfly.clustering.function.Supplier
 
NULL - Static variable in interface org.wildfly.clustering.function.UnaryOperator
 

O

of(Iterable<? extends Runnable>) - Static method in interface org.wildfly.clustering.function.Runnable
Returns a composite task that runs the specified task.
of(Iterable<BiConsumer<? super T, ? super U>>) - Static method in interface org.wildfly.clustering.function.BiConsumer
Returns a composite consumer that delegates to zero or more consumers.
of(Iterable<Consumer<? super V>>) - Static method in interface org.wildfly.clustering.function.Consumer
Returns a composite consumer that delegates to zero or more consumers.
of(Runnable) - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that runs the specified task, ignoring its parameter.
of(Runnable) - Static method in interface org.wildfly.clustering.function.Supplier
Returns a supplier that returns null after invoking the specified task.
of(Consumer<? super T>, Consumer<? super U>) - Static method in interface org.wildfly.clustering.function.BiConsumer
Returns a composite consumer that delegates to a consumer per parameter.
of(Consumer<? super T>, Supplier<? extends T>) - Static method in interface org.wildfly.clustering.function.Runnable
Returns a task that consumes a value from the specified supplier.
of(Function<? super T, T>) - Static method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator view of the specified function.
of(Supplier<R>) - Static method in interface org.wildfly.clustering.function.BiFunction
Returns a function that returns the value returned by the specified supplier, ignoring its parameter.
of(Supplier<R>) - Static method in interface org.wildfly.clustering.function.Function
Returns a function that returns the value returned by the specified supplier, ignoring its parameter.
of(Supplier<T>) - Static method in interface org.wildfly.clustering.function.BinaryOperator
Returns a function that returns the value returned by the specified supplier, ignoring its parameter.
of(Supplier<T>) - Static method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator that returns the result of the specified supplier, ignoring its parameter.
of(Runnable) - Static method in interface org.wildfly.clustering.function.Callable
Returns a callable that runs the specified runner and returns null.
of(Supplier<T>) - Static method in interface org.wildfly.clustering.function.Callable
Returns a callable that delegates to the specified supplier.
of(R) - Static method in interface org.wildfly.clustering.function.BiFunction
Returns a function that always returns the specified value, ignoring its parameter.
of(R) - Static method in interface org.wildfly.clustering.function.Function
Returns a function that always returns the specified value, ignoring its parameter.
of(T) - Static method in interface org.wildfly.clustering.function.BinaryOperator
Returns a function that always returns the specified value, ignoring its parameter.
of(T) - Static method in interface org.wildfly.clustering.function.Callable
Returns a callable that returns the specified value.
of(T) - Static method in interface org.wildfly.clustering.function.Supplier
Returns a supplier that always returns the specified value.
of(T) - Static method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator that always returns the specified value, ignoring its parameter.
or(BiPredicate<? super T, ? super U>) - Method in interface org.wildfly.clustering.function.BiPredicate
 
or(DoublePredicate) - Method in interface org.wildfly.clustering.function.DoublePredicate
 
or(IntPredicate) - Method in interface org.wildfly.clustering.function.IntPredicate
 
or(LongPredicate) - Method in interface org.wildfly.clustering.function.LongPredicate
 
or(Predicate<? super T>) - Method in interface org.wildfly.clustering.function.Predicate
 
or(Predicate<T>, Predicate<U>) - Static method in interface org.wildfly.clustering.function.BiPredicate
Returns a binary predicate composed using the disjunction of two unary predicates.
orDefault(BiPredicate<T, T>, Supplier<T>) - Method in interface org.wildfly.clustering.function.BinaryOperator
Returns a function that applies this function if its parameters matches the specified predicate, or returns the value provided by the specified supplier otherwise.
orDefault(BiPredicate<T, U>, Supplier<R>) - Method in interface org.wildfly.clustering.function.BiFunction
Returns a function that applies this function if its parameters matches the specified predicate, or returns the value provided by the specified supplier otherwise.
orDefault(Predicate<T>, Supplier<R>) - Method in interface org.wildfly.clustering.function.Function
Returns a function that applies this function if its parameter matches the specified predicate, or returns the value provided by the specified supplier otherwise.
orDefault(Predicate<T>, Supplier<T>) - Method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator that applies this function to the value returned by the specified provider if its value does not match the specified predicate.
org.wildfly.clustering.function - package org.wildfly.clustering.function
 

P

POSITIVE - Static variable in interface org.wildfly.clustering.function.DoublePredicate
 
POSITIVE - Static variable in interface org.wildfly.clustering.function.IntPredicate
 
POSITIVE - Static variable in interface org.wildfly.clustering.function.LongPredicate
 
Predicate<T> - Interface in org.wildfly.clustering.function
An enhanced predicate.
Predicate.SimplePredicate<T> - Class in org.wildfly.clustering.function
 

R

reverse() - Method in interface org.wildfly.clustering.function.BiConsumer
Returns a consumer that processes this consumer with reversed parameter order.
reverse() - Method in interface org.wildfly.clustering.function.BiFunction
Returns a function that processes this function with reversed parameter order.
reverse() - Method in interface org.wildfly.clustering.function.BinaryOperator
Returns a function that processes this function with reversed parameter order.
reverse() - Method in interface org.wildfly.clustering.function.BiPredicate
Returns a predicate that processes this predicate with reversed parameter order.
Runnable - Interface in org.wildfly.clustering.function
An enhanced runnable.

S

same(T) - Static method in interface org.wildfly.clustering.function.Predicate
Returns a predicate that evaluates to true if and only if the argument references the specified object.
SILENT_CLOSERS - Static variable in interface org.wildfly.clustering.function.Consumer
 
Supplier<T> - Interface in org.wildfly.clustering.function
An enhanced supplier.

T

test(double) - Method in class org.wildfly.clustering.function.DoublePredicate.SimpleDoublePredicate
 
test(int) - Method in class org.wildfly.clustering.function.IntPredicate.SimpleIntPredicate
 
test(long) - Method in class org.wildfly.clustering.function.LongPredicate.SimpleLongPredicate
 
test(T) - Method in class org.wildfly.clustering.function.Predicate.SimplePredicate
 
test(T, U) - Method in class org.wildfly.clustering.function.BiPredicate.SimpleBiPredicate
 

U

UnaryOperator<T> - Interface in org.wildfly.clustering.function
An enhanced unary operator.
UnaryOperator.IdentityOperator<T> - Class in org.wildfly.clustering.function
 

W

warning() - Static method in interface org.wildfly.clustering.function.Consumer
Returns a consumer that logs an exception at the System.Logger.Level.WARNING level.
withDefault(Predicate<T>, Supplier<T>) - Method in interface org.wildfly.clustering.function.Function
Returns a function that applies this function to the value returned by the specified provider if its value does not match the specified predicate.
withDefault(Predicate<T>, Supplier<T>) - Method in interface org.wildfly.clustering.function.UnaryOperator
Returns an operator that applies this function if its parameter matches the specified predicate, or returns the value provided by the specified supplier otherwise.
withDefault(Predicate<T>, Supplier<T>, Predicate<T>, Supplier<T>) - Method in interface org.wildfly.clustering.function.BinaryOperator
Returns a function that applies this function to the values returned by the specified providers if its parameters do not match the specified predicates.
withDefault(Predicate<T>, Supplier<T>, Predicate<U>, Supplier<U>) - Method in interface org.wildfly.clustering.function.BiFunction
Returns a function that applies this function to the values returned by the specified providers if its parameters do not match the specified predicates.

Z

ZERO - Static variable in interface org.wildfly.clustering.function.DoublePredicate
 
ZERO - Static variable in interface org.wildfly.clustering.function.IntPredicate
 
ZERO - Static variable in interface org.wildfly.clustering.function.LongPredicate
 
A B C D E F I L M N O P R S T U W Z 
All Classes and Interfaces|All Packages|Serialized Form