Interface NullableFloatFunction1<T0>

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

    public interface NullableFloatFunction1<T0>
    extends Function1<T0,​java.lang.Float>
    Function that takes one parameter and returns a Float value that may be null.
    • Field Summary

    • Method Summary

      • Methods inherited from interface org.apache.calcite.linq4j.function.Function1

        apply