Ok thanks.
Is it possible to apply operator in "parallel" ? I would like to filter input data that have RESULT A and RESULT B.
INPUT -> OPERATOR A -> RESULT A
INPUT -> OPERATOR B -> RESULT B
Operator seems to be chained in series:
INPUT -> OPERATOR A -> OPERATOR B -> RESULT C.