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