public interface IntNFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> IntNFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(int... args) |
R apply(int... args)
default <V> IntNFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)