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