@FunctionalInterface public interface LongBinaryOperator
long
-valued operands and producing a
long
-valued result. This is the primitive type specialization of
BinaryOperator
for long
.
This is a functional interface
whose functional method is applyAsLong(long, long)
.
BinaryOperator
,
LongUnaryOperator
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(long left,
long right)
Applies this operator to the given operands.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.