Uses of Interface
org.wildfly.common.function.ExceptionBinaryOperator
-
Packages that use ExceptionBinaryOperator Package Description org.wildfly.common.function Classes which implement useful functions which are missing fromjava.util.function
. -
-
Uses of ExceptionBinaryOperator in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionBinaryOperator Modifier and Type Method Description default ExceptionBinaryOperator<T,E>
ExceptionBinaryOperator. andThen(ExceptionUnaryOperator<T,? extends E> after)
-