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