Class Schedulers.SingleTask

    • Constructor Summary

      Constructors 
      Constructor Description
      SingleTask()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Scheduler get()
      Produces a value or throws an exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SingleTask

        SingleTask()
    • Method Detail

      • get

        public Scheduler get()
        Description copied from interface: Supplier
        Produces a value or throws an exception.
        Specified by:
        get in interface Supplier<Scheduler>
        Returns:
        the value produced