@FunctionalInterface public interface DistributedIntBinaryOperator extends java.util.function.IntBinaryOperator, Serializable
int
-valued operands and producing an
int
-valued result. This is the primitive type specialization of
DistributedBinaryOperator
for int
.
This is a functional interface
whose functional method is IntBinaryOperator.applyAsInt(int, int)
.
applyAsInt
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.