public static class IndexedDoubleUnaryOperator.Util
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static IndexedDoubleUnaryOperator |
wrap(DoubleUnaryOperator function)
Wraps
DoubleUnaryOperator and returns IndexedDoubleUnaryOperator. |
public static IndexedDoubleUnaryOperator wrap(@NotNull DoubleUnaryOperator function)
DoubleUnaryOperator and returns IndexedDoubleUnaryOperator.function - the function to wrapIndexedDoubleUnaryOperatorjava.lang.NullPointerException - if function is null