Interface NullaryFunction<T>

  • All Known Implementing Classes:
    NullaryFunctionBase

    @Deprecated
    public interface NullaryFunction<T>
    Deprecated.
    replaced by Supplier
    A function that takes no arguments and returns a result.
    • Method Detail

      • evaluate

        T evaluate()
        Deprecated.