public interface FloatBiFunction<R> extends Throwables.FloatBiFunction<R,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default <V> FloatBiFunction<V> |
andThen(Function<? super R,? extends V> after) |
R |
apply(float t,
float u) |
R apply(float t, float u)
apply in interface Throwables.FloatBiFunction<R,RuntimeException>default <V> FloatBiFunction<V> andThen(Function<? super R,? extends V> after)
Copyright © 2021. All rights reserved.