E
- Thrown exception.@FunctionalInterface public interface FailableIntBinaryOperator<E extends Throwable>
IntBinaryOperator
that declares a Throwable
.Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(int left,
int right)
Applies this operator to the given operands.
|
int applyAsInt(int left, int right) throws E extends Throwable
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.