Evaluates the Behaviour at the current time.
Evaluates the Behaviour at the current time. The function is atomic with respect to the run-time group of FRP objects so evaluation times are guaranteed to be monotonically increasing (even for Behaviours part of more than one composite Behaviour and for concurrently evaluated Behaviours.)
Returns a Behaviour that transforms the callee's value with the passed function.
Returns a Behaviour that transforms the callee's value with the passed function.
Returns a Behaviour that transforms the callee's and passed Behavior's value with the passed function.
Returns a Behaviour that transforms the callee's and passed Behavior's value with the passed function.
Returns a Behaviour that transforms the callee's and passed Behaviors' value with the passed function.
Returns a Behaviour that transforms the callee's and passed Behaviors' value with the passed function.
Returns a Event[T] that occurs every time the given Event occurs with the value of the Behaviour at that time.
Returns a Event[T] that occurs every time the given Event occurs with the value of the Behaviour at that time.
Returns a Behaviour that toggles between behaving as the callee and the passed Behaviour whenever the passed Event occurs.
Returns a Behaviour that toggles between behaving as the callee and the passed Behaviour whenever the passed Event occurs.
Returns a Behaviour that behaves as the callee until the Event occurs.
Returns a Behaviour that behaves as the callee until the Event occurs. It then switches to behaving as the passed Behaviour.
Switcher represents a Behaviour that's value is always the latest evaluated occurrence in a given Event[Behaviour].