Index
All Classes and Interfaces|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
-
Returns a predicate which is
trueonly when this and the given predicate returntrue. - and(ExceptionObjIntPredicate<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntPredicate
-
Returns a predicate which is
trueonly when this and the given predicate returntrue. - and(ExceptionObjLongPredicate<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjLongPredicate
-
Returns a predicate which is
trueonly when this and the given predicate returntrue. - and(ExceptionPredicate<T, E>) - Method in interface io.smallrye.common.function.ExceptionPredicate
-
Returns a predicate which is
trueonly when this and the given predicate returntrue. - and(ObjIntPredicate<? super T>) - Method in interface io.smallrye.common.function.ObjIntPredicate
-
Returns a predicate which is
trueonly when this and the given predicate returntrue. - and(ObjLongPredicate<? super T>) - Method in interface io.smallrye.common.function.ObjLongPredicate
-
Returns a predicate which is
trueonly when this and the given predicate returntrue. - andThen(ExceptionBiConsumer<? super T, ? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a consumer which passes the argument to, and result of, this function to the given consumer.
- andThen(ExceptionBiConsumer<? super T, ? super U, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiConsumer
-
Returns a consumer which passes the arguments to this consumer followed by the given consumer.
- andThen(ExceptionBiFunction<? super T, ? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a function which applies the argument to, and result of, this function to the given function.
- andThen(ExceptionBiPredicate<? super T, ? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a predicate that is
truewhen the given predicate istruefor arguments passed through this function. - andThen(ExceptionConsumer<? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a consumer which passes the result of this function to the given consumer.
- andThen(ExceptionConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionConsumer
-
Returns a consumer which passes the argument to this consumer followed by the given consumer.
- andThen(ExceptionConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionSupplier
-
Returns a runnable which passes the result of this supplier to the given consumer.
- andThen(ExceptionConsumer<R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiFunction
-
Returns a consumer which passes the value given to the given consumer through this function.
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiFunction
-
Returns a function which passes the result of this function through the given function.
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a function which applies the result of this function to the given function.
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionIntFunction
-
Returns a function which applies the result of this function to another function.
- andThen(ExceptionFunction<? super R, ? extends R2, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionLongFunction
-
Returns a function which applies the result of this function to another function.
- andThen(ExceptionFunction<? super R, ? extends V, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntFunction
-
Returns a function that applies the given function to the result of this function.
- andThen(ExceptionFunction<? super R, ? extends V, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjLongFunction
-
Returns a function that applies the given function to the result of this function.
- andThen(ExceptionFunction<? super T, ? extends R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionSupplier
-
Returns a supplier which passes the result of this supplier through the given function.
- andThen(ExceptionIntFunction<? extends R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToIntFunction
-
Apply the given function after this function.
- andThen(ExceptionIntFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToIntBiFunction
-
Returns a function which applies the result of this function to the given function.
- andThen(ExceptionLongFunction<? extends R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToIntFunction
-
Apply the given function after this function.
- andThen(ExceptionLongFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToIntBiFunction
-
Returns a function which applies the result of this function to the given function.
- andThen(ExceptionLongFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToLongBiFunction
-
Returns a function which applies the result of this function to the given function.
- andThen(ExceptionLongFunction<R, E>) - Method in interface io.smallrye.common.function.ExceptionToLongFunction
-
Returns a function which passes the result of this function through the given function.
- andThen(ExceptionObjIntConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
-
Returns a consumer which passes its arguments to this consumer followed by the given consumer.
- andThen(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
-
Returns a consumer which passes its arguments to this consumer followed by the given consumer.
- andThen(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjLongConsumer
-
Returns a consumer which passes the values to this consumer and then the given consumer.
- andThen(ExceptionPredicate<? super R, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a predicate that is
truewhen the given predicate istruefor arguments passed through this function. - andThen(ExceptionRunnable<? extends E>) - Method in interface io.smallrye.common.function.ExceptionRunnable
-
Returns a runnable which runs this task and then the given task.
- andThen(ExceptionUnaryOperator<T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBinaryOperator
-
Returns a binary operator which passes the result of this operator through the given unary operator.
- andThen(ExceptionUnaryOperator<T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionUnaryOperator
-
Returns a unary operator that passes the result of this operator through the given operator.
- andThen(Function<? super R, ? extends V>) - Method in interface io.smallrye.common.function.ObjIntFunction
-
Returns a function that applies the given function to the result of this function.
- andThen(Function<? super R, ? extends V>) - Method in interface io.smallrye.common.function.ObjLongFunction
-
Returns a function that applies the given function to the result of this function.
- 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, int) - Method in interface io.smallrye.common.function.ExceptionObjIntFunction
-
Applies this function to the given arguments.
- apply(T, int) - Method in interface io.smallrye.common.function.ObjIntFunction
-
Applies this function to the given arguments.
- apply(T, long) - Method in interface io.smallrye.common.function.ExceptionObjLongFunction
-
Applies this function to the given arguments.
- apply(T, long) - Method in interface io.smallrye.common.function.ObjLongFunction
-
Applies 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
-
Returns a consumer which passes the argument to the given consumer followed by this consumer.
- compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a function which applies the result of the given function to this function.
- compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToIntFunction
-
Apply this function after the given function.
- compose(ExceptionFunction<? super T2, ? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionToLongFunction
-
Returns a function which passes the result of the given function through this function.
- compose(ExceptionObjIntConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
-
Returns a consumer which passes its arguments to the given consumer followed by this consumer.
- compose(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntConsumer
-
Returns a consumer which passes its arguments to the given consumer followed by this consumer.
- compose(ExceptionObjLongConsumer<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjLongConsumer
-
Returns a consumer which passes the values to the given consumer and then this consumer.
- compose(ExceptionRunnable<? extends E>) - Method in interface io.smallrye.common.function.ExceptionRunnable
-
Returns a runnable which runs the given task and then this task.
- compose(ExceptionSupplier<? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionConsumer
-
Returns a runnable which passes the result of the given supplier to this consumer.
- compose(ExceptionSupplier<? extends T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionFunction
-
Returns a supplier which returns the result of this function when applied to the given supplier.
- compose(ExceptionSupplier<? extends T, ? extends E>, ExceptionSupplier<? extends U, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiConsumer
-
Returns a runnable which passes the results of the given suppliers through this consumer.
- compose(ExceptionSupplier<? extends T, ? extends E>, ExceptionSupplier<? extends U, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionBiFunction
-
Returns a supplier which passes the results of the given suppliers through this function.
- compose(ExceptionToIntFunction<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionIntFunction
-
Returns a function which applies the result of another function to this function.
- compose(ExceptionToLongFunction<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionLongFunction
-
Returns a function which applies the result of another function to this function.
- compose(ExceptionUnaryOperator<T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionUnaryOperator
-
Returns a unary operator which passes the result of the given operator through this operator.
- 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, - Interface in io.smallrye.common.functionE> -
A two-argument consumer which can throw an exception.
- ExceptionBiFunction<T,
U, - Interface in io.smallrye.common.functionR, E> -
A two-argument function which can throw an exception.
- ExceptionBinaryOperator<T,
E> - Interface in io.smallrye.common.function -
A binary operator which can throw an exception.
- ExceptionBiPredicate<T,
U, - Interface in io.smallrye.common.functionE> -
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> - 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, - Interface in io.smallrye.common.functionE> -
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> - 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> - Interface in io.smallrye.common.function -
A one-argument long integer function which can throw an exception.
- ExceptionObjIntConsumer<T,
E> - Interface in io.smallrye.common.function -
A two-argument object and integer consumer which can throw an exception.
- ExceptionObjIntFunction<T,
R, - Interface in io.smallrye.common.functionE> -
A function which operates on an object and an integer, yielding an object.
- ExceptionObjIntPredicate<T,
E> - Interface in io.smallrye.common.function -
A predicate that operates on an object and an integer.
- ExceptionObjLongConsumer<T,
E> - Interface in io.smallrye.common.function -
A two-argument object and long integer consumer which can throw an exception.
- ExceptionObjLongFunction<T,
R, - Interface in io.smallrye.common.functionE> -
A function which operates on an object and a long integer, yielding an object.
- ExceptionObjLongPredicate<T,
E> - Interface in io.smallrye.common.function -
A predicate that operates on an object and a long integer.
- ExceptionPredicate<T,
E> - Interface in io.smallrye.common.function -
A one-argument predicate which can throw an exception.
- ExceptionRunnable<E> - 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> - 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, - Interface in io.smallrye.common.functionE> -
A two-argument function which can throw an exception.
- ExceptionToIntFunction<T,
E> - Interface in io.smallrye.common.function -
A two-argument function which can throw an exception.
- ExceptionToLongBiFunction<T,
U, - Interface in io.smallrye.common.functionE> -
A two-argument function which can throw an exception.
- ExceptionToLongFunction<T,
E> - Interface in io.smallrye.common.function -
A two-argument function which can throw an exception.
- ExceptionUnaryOperator<T,
E> - 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
-
Returns the identity operator, which returns its argument.
- io.smallrye.common.function - module io.smallrye.common.function
-
Function types and utilities for SmallRye projects and their consumers.
- io.smallrye.common.function - package io.smallrye.common.function
-
Classes which implement useful functions which are missing from
java.util.function.
N
- negate() - Method in interface io.smallrye.common.function.ExceptionObjIntPredicate
-
Returns a predicate which is
truewhen this predicate isfalse, and vice-versa. - negate() - Method in interface io.smallrye.common.function.ExceptionObjLongPredicate
-
Returns a predicate which is
truewhen this predicate isfalse, and vice-versa. - negate() - Method in interface io.smallrye.common.function.ObjIntPredicate
-
Returns a predicate which is
truewhen this predicate isfalse, and vice-versa. - negate() - Method in interface io.smallrye.common.function.ObjLongPredicate
-
Returns a predicate which is
truewhen this predicate isfalse, and vice-versa. - not() - Method in interface io.smallrye.common.function.ExceptionBiPredicate
-
Returns a predicate which is
truewhen this predicate isfalse, and vice-versa. - not() - Method in interface io.smallrye.common.function.ExceptionPredicate
-
Returns a predicate which is
truewhen this predicate isfalse, and vice-versa.
O
- ObjIntFunction<T,
R> - Interface in io.smallrye.common.function -
A function which operates on an object and an integer, yielding an object.
- ObjIntPredicate<T> - Interface in io.smallrye.common.function
-
A predicate that operates on an object and an integer.
- ObjLongFunction<T,
R> - Interface in io.smallrye.common.function -
A function which operates on an object and a long integer, yielding an object.
- ObjLongPredicate<T> - Interface in io.smallrye.common.function
-
A predicate that operates on an object and a long integer.
- of(ExceptionFunction<T, T, E>) - Static method in interface io.smallrye.common.function.ExceptionUnaryOperator
-
Returns a unary operator which is implemented by the given function.
- or(ExceptionBiPredicate<T, U, E>) - Method in interface io.smallrye.common.function.ExceptionBiPredicate
-
Returns a predicate which is
truewhen either this or the given predicate returntrue. - or(ExceptionObjIntPredicate<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjIntPredicate
-
Returns a predicate which is
truewhen either this or the given predicate returntrue. - or(ExceptionObjLongPredicate<? super T, ? extends E>) - Method in interface io.smallrye.common.function.ExceptionObjLongPredicate
-
Returns a predicate which is
truewhen either this or the given predicate returntrue. - or(ExceptionPredicate<T, E>) - Method in interface io.smallrye.common.function.ExceptionPredicate
-
Returns a predicate which is
truewhen either this or the given predicate returntrue. - or(ObjIntPredicate<? super T>) - Method in interface io.smallrye.common.function.ObjIntPredicate
-
Returns a predicate which is
truewhen either this or the given predicate returntrue. - or(ObjLongPredicate<? super T>) - Method in interface io.smallrye.common.function.ObjLongPredicate
-
Returns a predicate which is
truewhen either this or the given predicate returntrue.
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, int) - Method in interface io.smallrye.common.function.ExceptionObjIntPredicate
-
Evaluate this predicate on the given arguments.
- test(T, int) - Method in interface io.smallrye.common.function.ObjIntPredicate
-
Evaluate this predicate on the given arguments.
- test(T, long) - Method in interface io.smallrye.common.function.ExceptionObjLongPredicate
-
Evaluate this predicate on the given arguments.
- test(T, long) - Method in interface io.smallrye.common.function.ObjLongPredicate
-
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
-
Returns a bi-predicate which is
truewhen this predicate istruefor its first argument, and the given predicate istruefor its second argument.
X
- xor(ExceptionBiPredicate<T, U, E>) - Method in interface io.smallrye.common.function.ExceptionBiPredicate
-
Returns a predicate which is
truewhen either this or the given predicate (but not both) returntrue. - xor(ExceptionPredicate<T, E>) - Method in interface io.smallrye.common.function.ExceptionPredicate
-
Returns a predicate which is
truewhen either this or the given predicate (but not both) returntrue.
All Classes and Interfaces|All Packages