C R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- co.paralleluniverse.strands.channels.reactivestreams - package co.paralleluniverse.strands.channels.reactivestreams
-
Reactive Streams
R
- ReactiveStreams - Class in co.paralleluniverse.strands.channels.reactivestreams
-
Converts between Quasar channels and reactive streams
- ReactiveStreams() - Constructor for class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
S
- subscribe(int, Channels.OverflowPolicy, Publisher<T>) - Static method in class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
-
Subscribes to a given
Publisherand return aReceivePortto the subscription.
T
- toProcessor(int, Channels.OverflowPolicy, SuspendableAction2<? extends ReceivePort<? super T>, ? extends SendPort<? extends R>>) - Static method in class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
-
Turns a
transformerinto aPublisher. - toProcessor(FiberFactory, int, Channels.OverflowPolicy, SuspendableAction2<? extends ReceivePort<? super T>, ? extends SendPort<? extends R>>) - Static method in class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
-
Turns a
transformerinto aPublisher. - toPublisher(ReceivePort<T>) - Static method in class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
-
Turns a
channelto aPublisher. - toPublisher(ReceivePort<T>, FiberFactory) - Static method in class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
-
Turns a
channelto aPublisher. - toPublisher(Topic<T>) - Static method in class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
-
Turns a
topicto aPublisher. - toPublisher(Topic<T>, FiberFactory) - Static method in class co.paralleluniverse.strands.channels.reactivestreams.ReactiveStreams
-
Turns a
topicto aPublisher.
All Classes All Packages