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