Class UnaryFunctionBase<S,​R>

  • All Implemented Interfaces:
    java.util.function.Function<S,​R>, UnaryFunction<S,​R>

    public abstract class UnaryFunctionBase<S,​R>
    extends FunctionBase
    implements UnaryFunction<S,​R>
    • Constructor Summary

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

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract R eval​(S arg1)  
      R 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.Function

        andThen, compose
    • Constructor Detail

      • UnaryFunctionBase

        public UnaryFunctionBase​(java.lang.String name)