Class UnaryVoidFunctionBase<S>

    • Constructor Summary

      Constructors 
      Constructor Description
      UnaryVoidFunctionBase​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void eval​(S arg1)  
      void evaluate​(S arg1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • UnaryVoidFunctionBase

        public UnaryVoidFunctionBase​(java.lang.String name)