RxSourceBooleanOps

colibri.reactive.RxSourceSelf.RxSourceBooleanOps
final implicit class RxSourceBooleanOps[Self <: (RxSource), SelfSync <: (RxSource)](self: RxSourceSelf[Self, SelfSync, Boolean]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def negated: SelfSync[Boolean]
def toggle[A](ifTrue: => A, ifFalse: => A): SelfSync[A]
def toggle[A : Monoid](ifTrue: => A): SelfSync[A]