Module mutiny.zero.flow.adapters
Package mutiny.zero.flow.adapters
A set of adapters from Reactive Streams to/from
Flow
.
The methods found in AdaptersToFlow
and
AdaptersToReactiveStreams
avoid excessive wrapping when possible.
For instance wrapping a flow publisher p1
to a reactive streams publisher p2
and back to a flow
publisher p3
yields the original flow publisher where p1 == p3
.
-
Interface Summary Interface Description AdaptersToFlow Adapters from Reactive Streams types toFlow
types.AdaptersToReactiveStreams Adapters fromFlow
types to Reactive Streams types.