public interface FloatFunction<R> extends Try.FloatFunction<R,java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static FloatFunction<java.lang.Float> |
BOX |
Modifier and Type | Method and Description |
---|---|
default <V> FloatFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(float value) |
static FloatFunction<java.lang.Float> |
identity() |
static final FloatFunction<java.lang.Float> BOX
R apply(float value)
apply
in interface Try.FloatFunction<R,java.lang.RuntimeException>
default <V> FloatFunction<V> andThen(Function<? super R,? extends V> after)
static FloatFunction<java.lang.Float> identity()