Class PrefixedNotationExpressionEngine.OperatorFunction<T>

  • Type Parameters:
    T - the concrete type of the argument the function accepts.
    Enclosing class:
    PrefixedNotationExpressionEngine<R>

    public static class PrefixedNotationExpressionEngine.OperatorFunction<T>
    extends Object
    Defines an operator behavior.
    • Constructor Detail

      • OperatorFunction

        public OperatorFunction​(String operator,
                                BiFunction<T,​T,​T> function)
    • Method Detail

      • getOperator

        public String getOperator()