public interface FloatFunction<R> extends Throwables.FloatFunction<R,RuntimeException>
Modifier and Type | Field and Description |
---|---|
static FloatFunction<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<Float> |
identity() |
static final FloatFunction<Float> BOX
R apply(float value)
apply
in interface Throwables.FloatFunction<R,RuntimeException>
default <V> FloatFunction<V> andThen(Function<? super R,? extends V> after)
static FloatFunction<Float> identity()
Copyright © 2020. All rights reserved.