Interface Long2LongBiConsumer

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