Interface ThrowingLongBinaryOperator
- All Superinterfaces:
LongBinaryOperator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault longapplyAsLong(long left, long right) longapplyAsLongThrows(long left, long right)
-
Method Details
-
applyAsLong
default long applyAsLong(long left, long right) - Specified by:
applyAsLongin interfaceLongBinaryOperator
-
applyAsLongThrows
- Throws:
Exception
-