T - the type of the object argument to the operation@FunctionalInterface public static interface Remote.ObjDoubleConsumer<T> extends ObjDoubleConsumer<T>, Serializable
double-valued argument, and returns no result. This is the (reference, double) specialization of Remote.BiConsumer. Unlike most other functional interfaces, ObjDoubleConsumer is expected to operate via side-effects.
This is a functional interface whose functional method is ObjDoubleConsumer.accept(Object, double).
Remote.BiConsumeraccept