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