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.
|
bind2
public BinaryMap(IExpr head)
public IExpr apply(IExpr firstArg, IExpr secondArg)
BinaryFunctorImpl