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

Filter operation.

This operation implements a filter. 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. If the function returns true, the received element will be sent to the accept port. Otherwise, the element will be sent to the reject out port.

Operation Properties