public interface IndexedDoubleUnaryOperator
double-valued operand
that produces a double-valued result.DoubleUnaryOperator| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexedDoubleUnaryOperator.Util |
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(int index,
double operand)
Applies this operator to the given operand.
|
Copyright © 2018. All rights reserved.