Class ParallelSelectOperation
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.SelectOperation
org.eclipse.epsilon.eol.execute.operations.declarative.concurrent.ParallelSelectOperation
- Since:
- 1.6
- Author:
- Sina Madani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<?>
execute
(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context_) Methods inherited from class org.eclipse.epsilon.eol.execute.operations.declarative.SelectOperation
execute, execute
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
-
Constructor Details
-
ParallelSelectOperation
public ParallelSelectOperation()
-
-
Method Details
-
execute
public Collection<?> execute(boolean returnOnMatch, Object target, NameExpression operationNameExpression, List<Parameter> iterators, Expression expression, IEolContext context_) throws EolRuntimeException - Overrides:
execute
in classSelectOperation
- Returns:
- Throws:
EolRuntimeException
-