public interface IntNFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> IntNFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(int... args) |
R apply(int... args)
default <V> IntNFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2020. All rights reserved.