public interface NFunction<T,R>
default <V> NFunction<T,V>
andThen(Function<? super R,? extends V> after)
R
apply(T... args)
R apply(T... args)
default <V> NFunction<T,V> andThen(Function<? super R,? extends V> after)
Copyright © 2020. All rights reserved.