@FunctionalInterface public interface CheckedLongBinaryOperator
LongBinaryOperator that allows for checked exceptions.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long left,
long right)
Applies this operator to the given operands.
|
Copyright © 2014. All Rights Reserved.