Observe

trait Observe

Generic interface for observers that represent a function registered to trigger for every reevaluation of a reactive value. Currently this interface is only used to allow a removal of registered observer functions.

Type Params
S

Struct type used for the propagation of the signal

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def remove()(implicit fac: Scheduler): Unit