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