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