Interface FloatFunction1<T0>

  • Type Parameters:
    T0 - Type of argument #0
    All Superinterfaces:
    Function<Float>


    public interface FloatFunction1<T0>
    extends Function<Float>
    Function that takes one parameter and returns a native float value.
    • Method Detail

      • apply

        float apply​(T0 v0)