public interface DBiConsumer
DConsumer. Unlike
most other functional interfaces, DBiConsumer is expected to operate
via side-effects.| Modifier and Type | Method and Description |
|---|---|
void |
accept(double x,
double y)
Performs this operation on the given arguments.
|
Copyright © 2022. All rights reserved.