RxResult

sealed trait RxResult

States for propagating the result of the downstream operators.

States for propagating the result of the downstream operators.

TODO: Add a state for telling how many elements can be received in downstream operators for implementing back-pressure

Companion
object
class Object
trait Matchable
class Any
object Continue
object Stop

Value members

Abstract methods

def toContinue: Boolean

Concrete methods

def &&(other: RxResult): RxResult