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