Class BackgroundEvaluatingAssistant<I>


  • public class BackgroundEvaluatingAssistant<I>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start​(java.util.function.Consumer<I> processor)  
      void stop()  
      void update​(I input)  
      • Methods inherited from class java.lang.Object

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

      • BackgroundEvaluatingAssistant

        public BackgroundEvaluatingAssistant()
    • Method Detail

      • update

        public void update​(I input)
      • start

        public void start​(java.util.function.Consumer<I> processor)
      • stop

        public void stop()