Interface ToFloatBiFunction<T,U>


public interface ToFloatBiFunction<T,U>
Since:
0.8
Author:
Haiyang Li
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    applyAsFloat(T t, U u)
     
  • Method Details

    • applyAsFloat

      float applyAsFloat(T t, U u)