final class ObserveSyntaxHelper[M[_], A, U, Δ, Tr[_, _]] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ObserveSyntaxHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ObserveSyntaxHelper(src: Observable[M, A] { type Trigger[a, δ] = Tr[a,δ] })(implicit dom: Aux[A, U, Δ])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def by(f: (A) => Tr[A, Δ]): M[Subscription[M]]
- def byC[B](f: (A) => ContU[M, (Tr[A, Δ], B)]): ContU[M, (Subscription[M], B)]
- def byC_[B](f: (A) => ContU[M, (Tr[A, Δ], B)]): ContU[M, B]
- def byM[B](f: (A) => M[(Tr[A, Δ], B)])(implicit M: Bind[M]): ContU[M, (Subscription[M], B)]
- def byM_[B](f: (A) => M[(Tr[A, Δ], B)])(implicit M: Bind[M]): ContU[M, B]
- def by_(f: (A) => Tr[A, Δ])(implicit M: Functor[M]): M[Unit]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def threshold(f: (A) => Option[M[Unit]]): M[Subscription[M]]
- def thresholdOpt(f: (A) => Option[Option[M[Unit]]]): M[Subscription[M]]
- def thresholdOpt_(f: (A) => Option[Option[M[Unit]]])(implicit M: Functor[M]): M[Unit]
- def thresholdTransition(f: (A) => Option[Tr[A, Δ]]): M[Subscription[M]]
- def thresholdTransition_(f: (A) => Option[Tr[A, Δ]])(implicit M: Functor[M]): M[Unit]
- def threshold_(f: (A) => Option[M[Unit]])(implicit M: Functor[M]): M[Unit]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def untilRight(f: (A) => Either[M[Unit], M[Unit]]): M[Subscription[M]]
- def untilRightS[S](init: (A) => Either[M[S], M[Unit]], trans: (S, A, Δ) => Either[M[S], M[Unit]])(implicit M: Functor[M]): M[Subscription[M]]
- def untilRightSeq(f: (A) => Either[M[Unit], M[Unit]])(implicit M: Functor[M]): M[Subscription[M]]
- def untilRightSeq_(f: (A) => Either[M[Unit], M[Unit]])(implicit M: Functor[M]): M[Unit]
- def untilRight_(f: (A) => Either[M[Unit], M[Unit]])(implicit M: Functor[M]): M[Unit]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated