Stateful operators are difficult to implement correctly, because the same operator instance can be reused across many streams. This is an android-specific issue, since only android has the `stream.compose(operator)` pattern.
Stateful operators are difficult to implement correctly, because the same operator instance can be reused across many streams.
This is an android-specific issue, since only android has the
stream.compose(operator)pattern.