All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mutiny.zero.operators.package-info Maven / Gradle / Ivy

Go to download

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