
mutiny.zero.operators.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mutiny-zero Show documentation
Show all versions of mutiny-zero Show documentation
Mutiny Zero is a minimal API for creating reactive-streams compliant publishers
The newest version!
/**
* This package contains a set of simple operator classes that can be useful when working with
* {@link java.util.concurrent.Flow.Publisher} streams.
*
* Each operator class is a {@link java.util.concurrent.Flow.Publisher} that accepts an upstream
* {@link java.util.concurrent.Flow.Publisher} and parameters.
*/
package mutiny.zero.operators;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy