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 a ObjDoubleConsumer except that it must also be Serializable
Since:
9.0
Author:
wburns