Interface Short2ShortBiConsumer

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