Interface Double2DoubleBiConsumer

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