A C D E F G I L N O Q R S T W X 
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 ExceptionBiConsumer with identical behavior to the specified ExceptionBiConsumer but 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 ExceptionBiFunction with identical behavior to the specified ExceptionBiFunction but 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 ExceptionBiPredicate with identical behavior to the specified ExceptionBiPredicate but with restricted parameter types and relaxed exception type.
cast(ExceptionConsumer<T, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionConsumer with identical behavior to the specified ExceptionConsumer but with restricted parameter type and relaxed exception type.
cast(ExceptionFunction<T, R, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionFunction with identical behavior to the specified ExceptionFunction but 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 ExceptionIntFunction with identical behavior to the specified ExceptionFunction but with relaxed return type and relaxed exception type.
cast(ExceptionLongFunction<R, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionLongFunction with identical behavior to the specified ExceptionLongFunction but with relaxed return type and relaxed exception type.
cast(ExceptionObjIntConsumer<T, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionObjIntConsumer with identical behavior to the specified ExceptionObjIntConsumer but with restricted parameter type and relaxed exception type.
cast(ExceptionObjLongConsumer<T, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionObjLongConsumer with identical behavior to the specified ExceptionObjLongConsumer but with restricted parameter type and relaxed exception type.
cast(ExceptionPredicate<T, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionPredicate with identical behavior to the specified ExceptionPredicate but with restricted parameter type and relaxed exception type.
cast(ExceptionSupplier<T, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionSupplier with identical behavior to the specified ExceptionSupplier but with relaxed return type and relaxed exception type.
cast(ExceptionToIntBiFunction<T, U, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionToIntBiFunction with identical behavior to the specified ExceptionToIntBiFunction but with restricted parameter types and relaxed exception type.
cast(ExceptionToIntFunction<T, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionToIntFunction with identical behavior to the specified ExceptionToIntFunction but with restricted parameter type and relaxed exception type.
cast(ExceptionToLongBiFunction<T, U, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionToLongBiFunction with identical behavior to the specified ExceptionToLongBiFunction but with restricted parameter types and relaxed exception type.
cast(ExceptionToLongFunction<T, E>) - Static method in class io.smallrye.common.function.Functions
Returns a ExceptionToLongFunction with identical behavior to the specified ExceptionToLongFunction but with restricted parameter type and relaxed exception type.
cast(BiConsumer<T, U>) - Static method in class io.smallrye.common.function.Functions
Returns a BiConsumer with identical behavior to the specified BiConsumer but with restricted parameter types.
cast(BiFunction<T, U, R>) - Static method in class io.smallrye.common.function.Functions
Returns a BiFunction with identical behavior to the specified BiFunction but with restricted parameter types and relaxed return type.
cast(BiPredicate<T, U>) - Static method in class io.smallrye.common.function.Functions
Returns a BiPredicate with identical behavior to the specified BiPredicate but with restricted parameter types.
cast(Consumer<T>) - Static method in class io.smallrye.common.function.Functions
Returns a Consumer with identical behavior to the specified Consumer but with restricted parameter type.
cast(DoubleFunction<R>) - Static method in class io.smallrye.common.function.Functions
Returns a DoubleFunction with identical behavior to the specified DoubleFunction but with relaxed return type.
cast(Function<T, R>) - Static method in class io.smallrye.common.function.Functions
Returns a Function with identical behavior to the specified Function but with restricted parameter type and relaxed return type.
cast(IntFunction<R>) - Static method in class io.smallrye.common.function.Functions
Returns a IntFunction with identical behavior to the specified IntFunction but with relaxed return type.
cast(LongFunction<R>) - Static method in class io.smallrye.common.function.Functions
Returns a LongFunction with identical behavior to the specified LongFunction but with relaxed return type.
cast(ObjDoubleConsumer<T>) - Static method in class io.smallrye.common.function.Functions
Returns a ObjDoubleConsumer with identical behavior to the specified ObjDoubleConsumer but with restricted parameter type.
cast(ObjIntConsumer<T>) - Static method in class io.smallrye.common.function.Functions
Returns a ObjIntConsumer with identical behavior to the specified ObjIntConsumer but with restricted parameter type.
cast(ObjLongConsumer<T>) - Static method in class io.smallrye.common.function.Functions
Returns a ObjLongConsumer with identical behavior to the specified ObjLongConsumer but with restricted parameter type.
cast(Predicate<T>) - Static method in class io.smallrye.common.function.Functions
Returns a Predicate with identical behavior to the specified Predicate but with restricted parameter type.
cast(Supplier<T>) - Static method in class io.smallrye.common.function.Functions
Returns a Supplier with identical behavior to the specified Supplier but with relaxed return type.
cast(ToDoubleBiFunction<T, U>) - Static method in class io.smallrye.common.function.Functions
Returns a ToDoubleBiFunction with identical behavior to the specified ToDoubleBiFunction but with restricted parameter types.
cast(ToDoubleFunction<T>) - Static method in class io.smallrye.common.function.Functions
Returns a ToDoubleFunction with identical behavior to the specified ToDoubleFunction but with restricted parameter type.
cast(ToIntBiFunction<T, U>) - Static method in class io.smallrye.common.function.Functions
Returns a ToIntBiFunction with identical behavior to the specified ToIntBiFunction but with restricted parameter types.
cast(ToIntFunction<T>) - Static method in class io.smallrye.common.function.Functions
Returns a ToIntFunction with identical behavior to the specified ToIntFunction but with restricted parameter type.
cast(ToLongBiFunction<T, U>) - Static method in class io.smallrye.common.function.Functions
Returns a ToLongBiFunction with identical behavior to the specified ToLongBiFunction but with restricted parameter types.
cast(ToLongFunction<T>) - Static method in class io.smallrye.common.function.Functions
Returns a ToLongFunction with identical behavior to the specified ToLongFunction but 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

exception(Throwable) - Method in class io.smallrye.common.function.FunctionsLogging_$logger
 
exception(Throwable) - Method in interface io.smallrye.common.function.FunctionsLogging
 
exception$str() - Method in class io.smallrye.common.function.FunctionsLogging_$logger
 
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.
FunctionsLogging - Interface in io.smallrye.common.function
 
FunctionsLogging_$logger - Class in io.smallrye.common.function
Warning this class consists of generated code.
FunctionsLogging_$logger(Logger) - Constructor for class io.smallrye.common.function.FunctionsLogging_$logger
 

G

get() - Method in interface io.smallrye.common.function.ExceptionSupplier
Gets a result.
getLoggingLocale() - Method in class io.smallrye.common.function.FunctionsLogging_$logger
 

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.

L

log - Variable in class io.smallrye.common.function.FunctionsLogging_$logger
 
log - Static variable in interface io.smallrye.common.function.FunctionsLogging
 

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 ExceptionBiConsumer to a standard BiConsumer using the specified exception handler.
quiet(ExceptionConsumer<T, E>, Consumer<E>) - Static method in class io.smallrye.common.function.Functions
Converts an ExceptionConsumer to a standard Consumer using the specified exception handler.
quiet(ExceptionObjIntConsumer<T, E>, Consumer<E>) - Static method in class io.smallrye.common.function.Functions
Converts an ExceptionObjIntConsumer to a standard ObjIntConsumer using the specified exception handler.
quiet(ExceptionObjLongConsumer<T, E>, Consumer<E>) - Static method in class io.smallrye.common.function.Functions
Converts an ExceptionObjLongConsumer to a standard ObjLongConsumer using 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
 
A C D E F G I L N O Q R S T W X 
All Classes All Packages