Source

rescala.operator.SourceBundle.Source
trait Source[T] extends ReSource

Attributes

Graph
Supertypes
trait ReSource
class Object
trait Matchable
class Any
Known subtypes
class Evt[T]
class Var[A]

Members list

Type members

Inherited types

type State[_]

Attributes

Inherited from:
ReSource
type Value

Attributes

Inherited from:
ReSource

Value members

Abstract methods

def admitPulse(pulse: Pulse[T])(implicit ticket: AdmissionTicket[State]): Unit

Concrete methods

final def admit(value: T)(implicit ticket: AdmissionTicket[State]): Unit

Inherited methods

def info: ReInfo

Attributes

Inherited from:
ReSource