Interface Obj2IntBiConsumer<V>

Type Parameters:
V - the type of the first parameter
All Superinterfaces:
BiConsumer<V,Integer>
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 Obj2IntBiConsumer<V> extends BiConsumer<V,Integer>
A functional interface for a BiConsumer with a primitive int as second parameter.