@FunctionalInterface public static interface Distributed.LongBinaryOperator extends java.util.function.LongBinaryOperator, Serializable
long
-valued operands and producing a
long
-valued result. This is the primitive type specialization of
Distributed.BinaryOperator
for long
.
This is a functional interface
whose functional method is LongBinaryOperator.applyAsLong(long, long)
.
applyAsLong
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.