View Source Skitter.BIO.FlatMap (Skitter v0.7.1)

FlatMap operation.

This operation implements a flatmap. When embedded inside a workflow, this operation is provided with a function argument. This function will be called to process every element received by the operation. This function should return a list. Each element in this list will be emitted on the _ out port.

Operation Properties