SetTimeoutBinder

class SetTimeoutBinder[T, El <: Base](value: T, timeout: FiniteDuration, onNext: T => Unit) extends BinderWithStartStop[El]
trait Binder[El]
trait Modifier[El]
class Object
trait Matchable
class Any

Value members

Concrete methods

def doStart(): Unit
def doStop(): Unit

Inherited methods

final override def apply(element: El): Unit
Definition Classes
Binder -> Modifier
Inherited from
Binder
override def bind(element: El): DynamicSubscription
Definition Classes
Inherited from
BinderWithStartStop
def start(): Unit
Inherited from
BinderWithStartStop
def stop(): Unit
Inherited from
BinderWithStartStop

Inherited fields

protected var subscribed: Boolean
Inherited from
BinderWithStartStop