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