org.matheclipse.core.generic
Class BinaryMap
- java.lang.Object
-
- org.matheclipse.core.generic.BinaryFunctorImpl<IExpr>
-
- org.matheclipse.core.generic.BinaryMap
-
- All Implemented Interfaces:
- BiFunction<IExpr,IExpr,IExpr>
public class BinaryMap extends BinaryFunctorImpl<IExpr>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description IExprapply(IExpr firstArg, IExpr secondArg)Executes the function and returns the result.-
Methods inherited from class org.matheclipse.core.generic.BinaryFunctorImpl
bind2
-
-
-
-
Constructor Detail
-
BinaryMap
public BinaryMap(IAST constant)
-
-
Method Detail
-
apply
public IExpr apply(IExpr firstArg, IExpr secondArg)
Description copied from class:BinaryFunctorImplExecutes the function and returns the result.- 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