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