Interface Obj2DoubleBiConsumer<V>

Type Parameters:
V - the type of the generic argument
All Superinterfaces:
BiConsumer<V,Double>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Obj2DoubleBiConsumer<V> extends BiConsumer<V,Double>
A functional interface for a BiConsumer with a primitive double and a generic V as arguments.