Class BinaryVoidFunctionBase<S,​T>

    • Method Summary

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

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

        andThen
    • Constructor Detail

      • BinaryVoidFunctionBase

        public BinaryVoidFunctionBase​(java.lang.String name)
    • Method Detail

      • eval

        public abstract void eval​(S arg1,
                                  T arg2)