Uses of Interface
org.wildfly.common.function.ExceptionUnaryOperator
-
Packages that use ExceptionUnaryOperator Package Description org.wildfly.common.function Classes which implement useful functions which are missing fromjava.util.function
. -
-
Uses of ExceptionUnaryOperator in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionUnaryOperator Modifier and Type Method Description default ExceptionUnaryOperator<T,E>
ExceptionUnaryOperator. andThen(ExceptionUnaryOperator<T,? extends E> after)
default ExceptionUnaryOperator<T,E>
ExceptionUnaryOperator. compose(ExceptionUnaryOperator<T,? extends E> before)
static <T,E extends java.lang.Exception>
ExceptionUnaryOperator<T,E>ExceptionUnaryOperator. identity()
static <T,E extends java.lang.Exception>
ExceptionUnaryOperator<T,E>ExceptionUnaryOperator. of(ExceptionFunction<T,T,E> func)
Methods in org.wildfly.common.function with parameters of type ExceptionUnaryOperator Modifier and Type Method Description default ExceptionBinaryOperator<T,E>
ExceptionBinaryOperator. andThen(ExceptionUnaryOperator<T,? extends E> after)
default ExceptionUnaryOperator<T,E>
ExceptionUnaryOperator. andThen(ExceptionUnaryOperator<T,? extends E> after)
default ExceptionUnaryOperator<T,E>
ExceptionUnaryOperator. compose(ExceptionUnaryOperator<T,? extends E> before)
-