Module mutiny.zero
Package mutiny.zero.operators
-
Class Summary Class Description Concatenate<T> AFlow.Publisherthat is the concatenation of several ones.Recover<T> AFlow.Publisherthat recovers from failure using aFunction.Retry<T> AFlow.Publisherthat retries on failure by re-subscribing to its upstream.Select<T> AFlow.Publisherthat selects elements matching aPredicate.Transform<I,O> AFlow.Publisherthat transforms elements using aFunction.