Interface SerializableBinaryOperator<T>

All Superinterfaces:
BiFunction<T,T,T>, BinaryOperator<T>, Serializable

public interface SerializableBinaryOperator<T> extends Serializable, BinaryOperator<T>
This is a functional interface that is the same as a BinaryOperator except that it must also be Serializable
Since:
9.0
Author:
wburns