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 © 2020. All rights reserved.