Documentation of 'org.matheclipse.core.generic.BinaryEval' Java class
BinaryEval
org.matheclipse.core.generic

Class BinaryEval

    • Constructor Summary

      Constructors 
      Constructor and Description
      BinaryEval(IExpr head)
      Define an binary AST with the header head.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      IExpr apply(IExpr firstArg, IExpr secondArg)
      Return the evaluation of an binary AST object by settings it's first argument to firstArg and it's second argument to secondArg
      • Methods inherited from class java.lang.Object

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

      • BinaryEval

        public BinaryEval(IExpr head)
        Define an binary AST with the header head.
        Parameters:
        head - the AST's head expresion
    • Method Detail

      • apply

        public IExpr apply(IExpr firstArg,
                           IExpr secondArg)
        Return the evaluation of an binary AST object by settings it's first argument to firstArg and it's second argument to secondArg
        Specified by:
        apply in interface BiFunction<IExpr,IExpr,IExpr>
        Specified by:
        apply in class BinaryFunctorImpl<IExpr>
        Parameters:
        firstArg - The first source object.
        secondArg - The second source object.
        Returns:
        The resulting object.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.