Package org.infinispan.util.function
Interface SerializableDoubleUnaryOperator
-
- All Superinterfaces:
java.util.function.DoubleUnaryOperator,java.io.Serializable
public interface SerializableDoubleUnaryOperator extends java.io.Serializable, java.util.function.DoubleUnaryOperatorThis is a functional interface that is the same as aDoubleUnaryOperatorexcept that it must also beSerializable- Since:
- 9.0
- Author:
- wburns