Interface Obj2CharBiConsumer<V>

Type Parameters:
V - the type of the object parameter
All Superinterfaces:
BiConsumer<V,Character>
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 Obj2CharBiConsumer<V> extends BiConsumer<V,Character>
A functional interface for a BiConsumer with a primitive char as left parameter and a generic object as right parameter.