Interface Byte2ByteBiConsumer

All Superinterfaces:
BiConsumer<Byte,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 Byte2ByteBiConsumer extends BiConsumer<Byte,Byte>
A functional interface for a BiConsumer with two primitive byte parameters.