A C D E F G I N O Q R S T W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(T) - Method in interface io.smallrye.common.function.ExceptionConsumer
-
Performs this operation on the given argument.
- accept(T, int) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
-
Performs this operation on the given arguments.
- accept(T, long) - Method in interface io.smallrye.common.function.ExceptionObjLongConsumer
-
Performs this operation on the given arguments.
- accept(T, U) - Method in interface io.smallrye.common.function.ExceptionBiConsumer
-
Performs this operation on the given arguments.
- and(ExceptionBiPredicate<T, U, E>) - Method in interface io.smallrye.common.function.ExceptionBiPredicate
- and(ExceptionPredicate<T, E>) - Method in interface io.smallrye.common.function.ExceptionPredicate
- andThen(ExceptionBiConsumer<? super T, ? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- andThen(ExceptionBiConsumer<? super T, ? super U, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiConsumer
- andThen(ExceptionBiFunction<? super T, ? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- andThen(ExceptionBiPredicate<? super T, ? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- andThen(ExceptionConsumer<? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- andThen(ExceptionConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionConsumer
- andThen(ExceptionConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionSupplier
- andThen(ExceptionConsumer<R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiFunction
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiFunction
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionIntFunction
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionLongFunction
- andThen(ExceptionFunction<? super T, ? extends R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionSupplier
- andThen(ExceptionIntFunction<? extends R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToIntFunction
- andThen(ExceptionIntFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToIntBiFunction
- andThen(ExceptionLongFunction<? extends R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToIntFunction
- andThen(ExceptionLongFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToIntBiFunction
- andThen(ExceptionLongFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToLongBiFunction
- andThen(ExceptionLongFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToLongFunction
- andThen(ExceptionObjIntConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
- andThen(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
- andThen(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjLongConsumer
- andThen(ExceptionPredicate<? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- andThen(ExceptionRunnable<? extends E>) - Method in interface io.smallrye.common.function.ExceptionRunnable
- andThen(ExceptionUnaryOperator<T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBinaryOperator
- andThen(ExceptionUnaryOperator<T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionUnaryOperator
- apply(int) - Method in interface io.smallrye.common.function.ExceptionIntFunction
-
Applies this function to the given arguments.
- apply(long) - Method in interface io.smallrye.common.function.ExceptionLongFunction
-
Applies this function to the given arguments.
- apply(T) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Applies this function to the given arguments.
- apply(T) - Method in interface io.smallrye.common.function.ExceptionToIntFunction
-
Apply this function to the given arguments.
- apply(T) - Method in interface io.smallrye.common.function.ExceptionToLongFunction
-
Apply this function to the given arguments.
- apply(T, U) - Method in interface io.smallrye.common.function.ExceptionBiFunction
-
Applies this function to the given arguments.
- apply(T, U) - Method in interface io.smallrye.common.function.ExceptionToIntBiFunction
-
Apply this function to the given arguments.
- apply(T, U) - Method in interface io.smallrye.common.function.ExceptionToLongBiFunction
-
Apply this function to the given arguments.
C
- capturingRunnable(BiConsumer<T, U>, T, U) - Static method in class io.smallrye.common.function.Functions
-
Get a runnable which executes the given consumer with captured values.
- capturingRunnable(Consumer<T>, T) - Static method in class io.smallrye.common.function.Functions
-
Get a runnable which executes the given consumer with captured values.
- cast(ExceptionBiConsumer<T, U, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionBiConsumerwith identical behavior to the specifiedExceptionBiConsumerbut with restricted parameter types and relaxed exception type. - cast(ExceptionBiFunction<T, U, R, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionBiFunctionwith identical behavior to the specifiedExceptionBiFunctionbut with restricted parameter types, relaxed return type, and relaxed exception type. - cast(ExceptionBiPredicate<T, U, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionBiPredicatewith identical behavior to the specifiedExceptionBiPredicatebut with restricted parameter types and relaxed exception type. - cast(ExceptionConsumer<T, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionConsumerwith identical behavior to the specifiedExceptionConsumerbut with restricted parameter type and relaxed exception type. - cast(ExceptionFunction<T, R, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionFunctionwith identical behavior to the specifiedExceptionFunctionbut with restricted parameter type, relaxed return type, and relaxed exception type. - cast(ExceptionIntFunction<R, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionIntFunctionwith identical behavior to the specifiedExceptionFunctionbut with relaxed return type and relaxed exception type. - cast(ExceptionLongFunction<R, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionLongFunctionwith identical behavior to the specifiedExceptionLongFunctionbut with relaxed return type and relaxed exception type. - cast(ExceptionObjIntConsumer<T, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionObjIntConsumerwith identical behavior to the specifiedExceptionObjIntConsumerbut with restricted parameter type and relaxed exception type. - cast(ExceptionObjLongConsumer<T, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionObjLongConsumerwith identical behavior to the specifiedExceptionObjLongConsumerbut with restricted parameter type and relaxed exception type. - cast(ExceptionPredicate<T, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionPredicatewith identical behavior to the specifiedExceptionPredicatebut with restricted parameter type and relaxed exception type. - cast(ExceptionSupplier<T, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionSupplierwith identical behavior to the specifiedExceptionSupplierbut with relaxed return type and relaxed exception type. - cast(ExceptionToIntBiFunction<T, U, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionToIntBiFunctionwith identical behavior to the specifiedExceptionToIntBiFunctionbut with restricted parameter types and relaxed exception type. - cast(ExceptionToIntFunction<T, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionToIntFunctionwith identical behavior to the specifiedExceptionToIntFunctionbut with restricted parameter type and relaxed exception type. - cast(ExceptionToLongBiFunction<T, U, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionToLongBiFunctionwith identical behavior to the specifiedExceptionToLongBiFunctionbut with restricted parameter types and relaxed exception type. - cast(ExceptionToLongFunction<T, E>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ExceptionToLongFunctionwith identical behavior to the specifiedExceptionToLongFunctionbut with restricted parameter type and relaxed exception type. - cast(BiConsumer<T, U>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
BiConsumerwith identical behavior to the specifiedBiConsumerbut with restricted parameter types. - cast(BiFunction<T, U, R>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
BiFunctionwith identical behavior to the specifiedBiFunctionbut with restricted parameter types and relaxed return type. - cast(BiPredicate<T, U>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
BiPredicatewith identical behavior to the specifiedBiPredicatebut with restricted parameter types. - cast(Consumer<T>) - Static method in class io.smallrye.common.function.Functions
- cast(DoubleFunction<R>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
DoubleFunctionwith identical behavior to the specifiedDoubleFunctionbut with relaxed return type. - cast(Function<T, R>) - Static method in class io.smallrye.common.function.Functions
- cast(IntFunction<R>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
IntFunctionwith identical behavior to the specifiedIntFunctionbut with relaxed return type. - cast(LongFunction<R>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
LongFunctionwith identical behavior to the specifiedLongFunctionbut with relaxed return type. - cast(ObjDoubleConsumer<T>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ObjDoubleConsumerwith identical behavior to the specifiedObjDoubleConsumerbut with restricted parameter type. - cast(ObjIntConsumer<T>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ObjIntConsumerwith identical behavior to the specifiedObjIntConsumerbut with restricted parameter type. - cast(ObjLongConsumer<T>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ObjLongConsumerwith identical behavior to the specifiedObjLongConsumerbut with restricted parameter type. - cast(Predicate<T>) - Static method in class io.smallrye.common.function.Functions
- cast(Supplier<T>) - Static method in class io.smallrye.common.function.Functions
- cast(ToDoubleBiFunction<T, U>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ToDoubleBiFunctionwith identical behavior to the specifiedToDoubleBiFunctionbut with restricted parameter types. - cast(ToDoubleFunction<T>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ToDoubleFunctionwith identical behavior to the specifiedToDoubleFunctionbut with restricted parameter type. - cast(ToIntBiFunction<T, U>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ToIntBiFunctionwith identical behavior to the specifiedToIntBiFunctionbut with restricted parameter types. - cast(ToIntFunction<T>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ToIntFunctionwith identical behavior to the specifiedToIntFunctionbut with restricted parameter type. - cast(ToLongBiFunction<T, U>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ToLongBiFunctionwith identical behavior to the specifiedToLongBiFunctionbut with restricted parameter types. - cast(ToLongFunction<T>) - Static method in class io.smallrye.common.function.Functions
-
Returns a
ToLongFunctionwith identical behavior to the specifiedToLongFunctionbut with restricted parameter type. - closingConsumer() - Static method in class io.smallrye.common.function.Functions
-
Returns a consumer that quietly closes its argument, logging any exceptions.
- compose(ExceptionConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionConsumer
- compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToIntFunction
- compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToLongFunction
- compose(ExceptionObjIntConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
- compose(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
- compose(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjLongConsumer
- compose(ExceptionRunnable<? extends E>) - Method in interface io.smallrye.common.function.ExceptionRunnable
- compose(ExceptionSupplier<? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionConsumer
- compose(ExceptionSupplier<? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
- compose(ExceptionSupplier<? extends T, ? extends E>, ExceptionSupplier<? extends U, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiConsumer
- compose(ExceptionSupplier<? extends T, ? extends E>, ExceptionSupplier<? extends U, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiFunction
- compose(ExceptionToIntFunction<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionIntFunction
- compose(ExceptionToLongFunction<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionLongFunction
- compose(ExceptionUnaryOperator<T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionUnaryOperator
- constantExceptionSupplier(T) - Static method in class io.smallrye.common.function.Functions
-
Get a supplier which always returns the same value.
- constantSupplier(T) - Static method in class io.smallrye.common.function.Functions
-
Get a supplier which always returns the same value.
- consumerBiConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton consumer which accepts a consumer and an argument to hand to it.
- consumerExceptionBiConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton consumer which accepts a consumer and an argument to hand to it.
D
- discardingBiConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get a consumer which discards the values it is given.
- discardingConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get a consumer which discards the values it is given.
- discardingExceptionBiConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get a consumer which discards the values it is given.
- discardingExceptionConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get a consumer which discards the values it is given.
E
- ExceptionBiConsumer<T,U,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument consumer which can throw an exception.
- ExceptionBiFunction<T,U,R,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument function which can throw an exception.
- ExceptionBinaryOperator<T,E extends Exception> - Interface in io.smallrye.common.function
-
A binary operator which can throw an exception.
- ExceptionBiPredicate<T,U,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument predicate which can throw an exception.
- exceptionCapturingRunnable(ExceptionBiConsumer<T, U, E>, T, U) - Static method in class io.smallrye.common.function.Functions
-
Get a runnable which executes the given consumer with captured values.
- exceptionCapturingRunnable(ExceptionConsumer<T, E>, T) - Static method in class io.smallrye.common.function.Functions
-
Get a runnable which executes the given consumer with captured values.
- ExceptionConsumer<T,E extends Exception> - Interface in io.smallrye.common.function
-
A one-argument consumer which can throw an exception.
- exceptionConsumerBiConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton consumer which accepts a consumer and an argument to hand to it.
- ExceptionFunction<T,R,E extends Exception> - Interface in io.smallrye.common.function
-
A one-argument function which can throw an exception.
- exceptionFunctionBiFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a function and a parameter to pass to the function, and returns the result of the function.
- ExceptionIntFunction<R,E extends Exception> - Interface in io.smallrye.common.function
-
A one-argument integer function which can throw an exception.
- exceptionLoggingConsumer() - Static method in class io.smallrye.common.function.Functions
-
Returns a consumer that logs its exception parameter as a warning.
- ExceptionLongFunction<R,E extends Exception> - Interface in io.smallrye.common.function
-
A one-argument long integer function which can throw an exception.
- ExceptionObjIntConsumer<T,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument object and integer consumer which can throw an exception.
- ExceptionObjLongConsumer<T,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument object and long integer consumer which can throw an exception.
- ExceptionPredicate<T,E extends Exception> - Interface in io.smallrye.common.function
-
A one-argument predicate which can throw an exception.
- ExceptionRunnable<E extends Exception> - Interface in io.smallrye.common.function
-
An operation that can throw an exception.
- exceptionRunnableConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton exception consumer which accepts and runs exception runnable instances.
- ExceptionSupplier<T,E extends Exception> - Interface in io.smallrye.common.function
-
A supplier which can throw an exception.
- exceptionSupplierFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a supplier and returns the result of the supplier.
- exceptionSupplierFunctionBiFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a function which accepts a supplier, all of which return the result of the supplier.
- ExceptionToIntBiFunction<T,U,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument function which can throw an exception.
- ExceptionToIntFunction<T,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument function which can throw an exception.
- ExceptionToLongBiFunction<T,U,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument function which can throw an exception.
- ExceptionToLongFunction<T,E extends Exception> - Interface in io.smallrye.common.function
-
A two-argument function which can throw an exception.
- ExceptionUnaryOperator<T,E extends Exception> - Interface in io.smallrye.common.function
-
A unary operator which can throw an exception.
F
- functionBiFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a function and a parameter to pass to the function, and returns the result of the function.
- functionExceptionBiFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a function and a parameter to pass to the function, and returns the result of the function.
- Functions - Class in io.smallrye.common.function
-
A set of utility methods which return common functions.
G
- get() - Method in interface io.smallrye.common.function.ExceptionSupplier
-
Gets a result.
I
- identity() - Static method in interface io.smallrye.common.function.ExceptionUnaryOperator
- io.smallrye.common.function - package io.smallrye.common.function
-
Classes which implement useful functions which are missing from
java.util.function.
N
- not() - Method in interface io.smallrye.common.function.ExceptionBiPredicate
- not() - Method in interface io.smallrye.common.function.ExceptionPredicate
O
- of(ExceptionFunction<T, T, E>) - Static method in interface io.smallrye.common.function.ExceptionUnaryOperator
- or(ExceptionBiPredicate<T, U, E>) - Method in interface io.smallrye.common.function.ExceptionBiPredicate
- or(ExceptionPredicate<T, E>) - Method in interface io.smallrye.common.function.ExceptionPredicate
Q
- quiet(ExceptionBiConsumer<T, U, E>, Consumer<E>) - Static method in class io.smallrye.common.function.Functions
-
Converts an
ExceptionBiConsumerto a standardBiConsumerusing the specified exception handler. - quiet(ExceptionConsumer<T, E>, Consumer<E>) - Static method in class io.smallrye.common.function.Functions
-
Converts an
ExceptionConsumerto a standardConsumerusing the specified exception handler. - quiet(ExceptionObjIntConsumer<T, E>, Consumer<E>) - Static method in class io.smallrye.common.function.Functions
-
Converts an
ExceptionObjIntConsumerto a standardObjIntConsumerusing the specified exception handler. - quiet(ExceptionObjLongConsumer<T, E>, Consumer<E>) - Static method in class io.smallrye.common.function.Functions
-
Converts an
ExceptionObjLongConsumerto a standardObjLongConsumerusing the specified exception handler.
R
- run() - Method in interface io.smallrye.common.function.ExceptionRunnable
-
Run the operation.
- runnableConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton consumer which accepts and runs runnable instances.
- runnableExceptionConsumer() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton exception consumer which accepts and runs runnable instances.
- runtimeExceptionThrowingConsumer(Function<E, RE>) - Static method in class io.smallrye.common.function.Functions
-
Returns a consumer that wraps and throws its exception parameter as a
RuntimeException.
S
- supplierExceptionFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a supplier and returns the result of the supplier.
- supplierFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a supplier and returns the result of the supplier.
- supplierFunctionBiFunction() - Static method in class io.smallrye.common.function.Functions
-
Get the singleton function which accepts a function which accepts a supplier, all of which return the result of the supplier.
T
- test(T) - Method in interface io.smallrye.common.function.ExceptionPredicate
-
Evaluate this predicate on the given arguments.
- test(T, U) - Method in interface io.smallrye.common.function.ExceptionBiPredicate
-
Evaluate this predicate on the given arguments.
W
- with(ExceptionPredicate<? super U, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionPredicate
X
- xor(ExceptionBiPredicate<T, U, E>) - Method in interface io.smallrye.common.function.ExceptionBiPredicate
- xor(ExceptionPredicate<T, E>) - Method in interface io.smallrye.common.function.ExceptionPredicate
All Classes All Packages