public interface FloatBiFunction<R>
Modifier and Type | Method and Description |
---|---|
default <V> FloatBiFunction<V> |
andThen(java.util.function.Function<? super R,? extends V> after) |
R |
apply(float t,
float u) |
R apply(float t, float u)
default <V> FloatBiFunction<V> andThen(java.util.function.Function<? super R,? extends V> after)