public static class IndexedDoubleFunction.Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static <R> IndexedDoubleFunction<R> |
wrap(DoubleFunction<? extends R> function)
Wraps
DoubleFunction and returns IndexedDoubleFunction. |
public static <R> IndexedDoubleFunction<R> wrap(DoubleFunction<? extends R> function)
DoubleFunction and returns IndexedDoubleFunction.R - the type of the resultfunction - the function to wrapIndexedDoubleFunctionNullPointerException - if function is nullCopyright © 2018. All rights reserved.