Interface Long2ObjBiConsumer<V>

Type Parameters:
V - the type of the object
All Superinterfaces:
BiConsumer<Long,V>
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 Long2ObjBiConsumer<V> extends BiConsumer<Long,V>
A functional interface for a BiConsumer that takes a long and an object.