Uses of Interface
io.smallrye.common.function.ExceptionBinaryOperator
-
Uses of ExceptionBinaryOperator in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionBinaryOperatorModifier and TypeMethodDescriptiondefault ExceptionBinaryOperator<T, E> ExceptionBinaryOperator.andThen(ExceptionUnaryOperator<T, ? extends E> after) Returns a binary operator which passes the result of this operator through the given unary operator.