Class MapByOperation
- java.lang.Object
-
- org.eclipse.epsilon.eol.execute.operations.AbstractOperation
-
- org.eclipse.epsilon.eol.execute.operations.declarative.FirstOrderOperation
-
- org.eclipse.epsilon.eol.execute.operations.declarative.MapByOperation
-
- Direct Known Subclasses:
ParallelMapByOperation
public class MapByOperation extends FirstOrderOperation
-
-
Constructor Summary
Constructors Constructor Description MapByOperation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EolMap<java.lang.Object,EolSequence<java.lang.Object>>
execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context)
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.FirstOrderOperation
createIteratorVariable, execute, resolve, resolveFunction, resolvePredicate, resolveSource
-
Methods inherited from class org.eclipse.epsilon.eol.execute.operations.AbstractOperation
isOverridable, toString
-
-
-
-
Method Detail
-
execute
public EolMap<java.lang.Object,EolSequence<java.lang.Object>> execute(java.lang.Object target, NameExpression operationNameExpression, java.util.List<Parameter> iterators, java.util.List<Expression> expressions, IEolContext context) throws EolRuntimeException
- Overrides:
execute
in classFirstOrderOperation
- Throws:
EolRuntimeException
-
-