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