Subject

object Subject
Companion:
class
class Object
trait Matchable
class Any
Subject.type

Value members

Concrete methods

def toReactiveProcessor[I, O](source: Subject[I, O], bufferSize: Int)(implicit s: Scheduler): Processor[I, O]

Transforms the source Subject into a org.reactivestreams.Processor instance as defined by the Reactive Streams specification.

Transforms the source Subject into a org.reactivestreams.Processor instance as defined by the Reactive Streams specification.

Value parameters:
bufferSize

a strictly positive number, representing the size of the buffer used and the number of elements requested on each cycle when communicating demand, compliant with the reactive streams specification

Implicits

Implicits