Index
All Classes and Interfaces|All Packages
A
- 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.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.UnaryOperator
-
Returns an operator that applies the specified operator to the result of this operator.
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.
- BiPredicate<T,
U> - Interface in org.wildfly.clustering.function -
An enhanced binary predicate.
C
- 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(UnaryOperator<T>) - Method in interface org.wildfly.clustering.function.UnaryOperator
-
Returns an operator that applies this operator to the result of the specified operator.
- Consumer<T> - Interface in org.wildfly.clustering.function
-
An enhanced unary consumer.
D
- 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.
F
- first() - Static method in interface org.wildfly.clustering.function.BiFunction
-
Returns a function that returns its first parameter.
- first(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.
- FIRST - Static variable in interface org.wildfly.clustering.function.BiFunction
- Function<T,
R> - Interface in org.wildfly.clustering.function -
An enhanced 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
- IntPredicate - Interface in org.wildfly.clustering.function
-
An enhanced integer predicate.
- IntPredicate.SimpleIntPredicate - Class in org.wildfly.clustering.function
L
- 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.Consumer
-
Returns a mapped consumer, that invokes this consumer using result of 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.
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.Predicate
-
Returns a predicate that never accepts its argument.
- 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.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.UnaryOperator
-
Returns an operator that returns the result of the specified supplier, ignoring its parameter.
- 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.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, 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 delegate that reverses the parameters of this consumer.
- 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.
- second() - Static method in interface org.wildfly.clustering.function.BiFunction
-
Returns a function that returns its second parameter.
- second(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.
- SECOND - Static variable in interface org.wildfly.clustering.function.BiFunction
- 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
U
- UnaryOperator<T> - Interface in org.wildfly.clustering.function
-
An enhanced unary operator.
W
- 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<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
All Classes and Interfaces|All Packages