org.matheclipse.core.generic
Class BinaryEval
- java.lang.Object
-
- org.matheclipse.core.generic.BinaryFunctorImpl<IExpr>
-
- org.matheclipse.core.generic.BinaryEval
-
- All Implemented Interfaces:
- BiFunction<IExpr,IExpr,IExpr>
public class BinaryEval extends BinaryFunctorImpl<IExpr>
Return the evaluation of a binary AST object
-
-
Constructor Summary
Constructors Constructor and Description BinaryEval(IExpr head)Define an binary AST with the headerhead.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IExprapply(IExpr firstArg, IExpr secondArg)Return the evaluation of an binary AST object by settings it's first argument tofirstArgand it's second argument tosecondArg-
Methods inherited from class org.matheclipse.core.generic.BinaryFunctorImpl
bind2
-
-
-
-
Constructor Detail
-
BinaryEval
public BinaryEval(IExpr head)
Define an binary AST with the headerhead.- 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 tofirstArgand it's second argument tosecondArg- Specified by:
applyin interfaceBiFunction<IExpr,IExpr,IExpr>- Specified by:
applyin classBinaryFunctorImpl<IExpr>- Parameters:
firstArg- The first source object.secondArg- The second source object.- Returns:
- The resulting object.
-
-
DMelt 3.0 © DataMelt by jWork.ORG