Interface Obj2ByteBiConsumer<V>

Type Parameters:
V - the type of the object parameter of the operation
All Superinterfaces:
BiConsumer<V,Byte>
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 Obj2ByteBiConsumer<V> extends BiConsumer<V,Byte>
A functional interface for a BiConsumer with a primitive byte parameter.