Package org.infinispan.util.function
Interface SerializableDoubleUnaryOperator
-
- All Superinterfaces:
DoubleUnaryOperator
,Serializable
public interface SerializableDoubleUnaryOperator extends Serializable, DoubleUnaryOperator
This is a functional interface that is the same as aDoubleUnaryOperator
except that it must also beSerializable
- Since:
- 9.0
- Author:
- wburns
-
-
Method Summary
-
Methods inherited from interface java.util.function.DoubleUnaryOperator
andThen, applyAsDouble, compose
-
-