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.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
  • Method Details

    • evaluate

      T evaluate()
      Deprecated.