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