@FunctionalInterface public interface Int4ToDoubleFunction
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(int i1,
int i2,
int i3,
int i4)
Applies this function to the given argument.
|
Copyright © 2021 vpc open source initiative. All rights reserved.