public interface CharFunction<R>
Modifier and Type | Field and Description |
---|---|
static CharFunction<java.lang.Character> |
BOX |
Modifier and Type | Method and Description |
---|---|
default <V> CharFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(char value) |
static CharFunction<java.lang.Character> |
identity() |
static final CharFunction<java.lang.Character> BOX
R apply(char value)
default <V> CharFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)
static CharFunction<java.lang.Character> identity()