Interface FloatFunction1<T0>

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

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

      • apply

        float apply​(T0 v0)