public class BinaryApply extends BinaryFunctorImpl<IExpr>
| Constructor and Description |
|---|
BinaryApply(IAST constant) |
| Modifier and Type | Method and Description |
|---|---|
IExpr |
apply(IExpr firstArg,
IExpr secondArg)
Executes the function and returns the result.
|
bind2public BinaryApply(IAST constant)
public IExpr apply(IExpr firstArg, IExpr secondArg)
BinaryFunctorImpl