public static class IndexedDoubleUnaryOperator.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static IndexedDoubleUnaryOperator |
wrap(DoubleUnaryOperator function)
Wraps
DoubleUnaryOperator and returns IndexedDoubleUnaryOperator. |
public static IndexedDoubleUnaryOperator wrap(DoubleUnaryOperator function)
DoubleUnaryOperator and returns IndexedDoubleUnaryOperator.function - the function to wrapIndexedDoubleUnaryOperatorNullPointerException - if function is nullCopyright © 2018. All rights reserved.