RxResult

wvlet.airframe.rx.RxResult
See theRxResult companion object
sealed trait RxResult

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Continue.type
object Stop.type

Members list

Concise view

Value members

Abstract methods

def toContinue: Boolean

Concrete methods

def &&(other: RxResult): RxResult