Uses of Class
org.eclipse.epsilon.eol.types.EolSequence
-
-
Uses of EolSequence in org.eclipse.epsilon.eol.execute.operations.contributors
Methods in org.eclipse.epsilon.eol.execute.operations.contributors that return EolSequence Modifier and Type Method Description EolSequence<Object>
ArrayOperationContributor. asSequence()
EolSequence<Object>
IterableOperationContributor. asSequence()
EolSequence<Object>
ScalarOperationContributor. asSequence()
EolSequence<Integer>
IntegerOperationContributor. iota(int i, int step)
EolSequence<Integer>
IntegerOperationContributor. to(Integer end)
-
Uses of EolSequence in org.eclipse.epsilon.eol.execute.operations.declarative
Methods in org.eclipse.epsilon.eol.execute.operations.declarative that return EolSequence Modifier and Type Method Description EolSequence<Object>
SortByOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
Methods in org.eclipse.epsilon.eol.execute.operations.declarative that return types with arguments of type EolSequence Modifier and Type Method Description EolMap<Object,EolSequence<Object>>
MapByOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context)
-
Uses of EolSequence in org.eclipse.epsilon.eol.execute.operations.declarative.concurrent
Methods in org.eclipse.epsilon.eol.execute.operations.declarative.concurrent that return types with arguments of type EolSequence Modifier and Type Method Description EolMap<Object,EolSequence<Object>>
ParallelMapByOperation. execute(Object target, NameExpression operationNameExpression, List<Parameter> iterators, List<Expression> expressions, IEolContext context_)
-