Package mutiny.zero.operators


package mutiny.zero.operators
This package contains a set of simple operator classes that can be useful when working with Flow.Publisher streams.

Each operator class is a Flow.Publisher that accepts an upstream Flow.Publisher and parameters.

These operators are not designed to rival the performance of those found in a more reactive programming library like Smallrye Mutiny. They cover common patterns that might be useful when exposing Flow.Publisher types.