Interface FloatBiFunction<R>

All Superinterfaces:
Throwables.FloatBiFunction<R,RuntimeException>

public interface FloatBiFunction<R> extends Throwables.FloatBiFunction<R,RuntimeException>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    default <V> FloatBiFunction<V>
    andThen(Function<? super R,? extends V> after)
     
    apply(float t, float u)