public interface CharFunction<R> extends Throwables.CharFunction<R,RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static CharFunction<Character> |
BOX |
| Modifier and Type | Method and Description |
|---|---|
default <V> CharFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(char value) |
static CharFunction<Character> |
identity() |
static final CharFunction<Character> BOX
R apply(char value)
apply in interface Throwables.CharFunction<R,RuntimeException>default <V> CharFunction<V> andThen(Function<? super R,? extends V> after)
static CharFunction<Character> identity()
Copyright © 2021. All rights reserved.