Module split

Module split 

Source
Expand description

Split transformer for splitting streams based on a predicate. Split transformer module.

This module provides functionality for splitting a stream of items into multiple streams based on a predicate function.

Modulesยง

input
Input types for the split transformer.
output
Output types for the split transformer.
split_transformer
The split transformer implementation.
transformer
Transformer trait implementation for split.