EnumListStage
From CCIL
Iterates over collection and executes a pipeline on each element.
Overview
jar | ccil-api |
name | enum-list |
class | net.ccil.stages.generic.EnumListStage |
location | /ccil-api/src/main/java/net/ccil/stages/generic/EnumListStage.java |
svn | svn://svn.code.sf.net/p/ccil/code/trunk/src/api/src/main/java/net/ccil/stages/generic/EnumListStage.java |
Parameters
Name | Type | Description | Comment | |
---|---|---|---|---|
input | java.util.List or java.util.Colletion or java.reflect.Array | The collection to read the input from. | Iterates over the collection and executes a pipeline on each element. | |
process | java.lang.String | The pipeline to execute on each element. |
Registration
service:enum-list rdf:type entity:service ; entity:implementation "net.ccil.stages.generic.EnumListStage" ; entity:classpath "" ; entity:arguments "" .
Context
TBA
Example
TBA