Interface Obj2ShortBiConsumer<V>

Type Parameters:
V - the type of the object parameter
All Superinterfaces:
BiConsumer<V,Short>
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 Obj2ShortBiConsumer<V> extends BiConsumer<V,Short>
A functional interface for a BiConsumer with a short and an object as parameter.