Uses of Interface
zone.lamprey.function.ObjDoubleConsumer
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of ObjDoubleConsumer in zone.lamprey.function
Methods in zone.lamprey.function that return ObjDoubleConsumer Modifier and Type Method Description default ObjDoubleConsumer<T>ObjDoubleConsumer. andThen(BiConsumer<? super T,? super Double> after)Returns a composedBiConsumerthat performs, in sequence, this operation followed by theafteroperation.default ObjDoubleConsumer<Double>DoubleBinaryOperator. consume(DoubleConsumer consumer)Consume a function.