@FunctionalInterface public interface ExceptionBinaryOperator<T,E extends java.lang.Exception> extends ExceptionBiFunction<T,T,T,E>
Modifier and Type | Method and Description |
---|---|
default ExceptionBinaryOperator<T,E> |
andThen(ExceptionUnaryOperator<T,? extends E> after) |
andThen, andThen, apply, compose
default ExceptionBinaryOperator<T,E> andThen(ExceptionUnaryOperator<T,? extends E> after)
Copyright © 2015 JBoss, a division of Red Hat, Inc.