public interface CharFunction<R> extends Try.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 Try.CharFunction<R,RuntimeException>
default <V> CharFunction<V> andThen(Function<? super R,? extends V> after)
static CharFunction<Character> identity()
Copyright © 2019. All rights reserved.