AsyncReactiveLaws

dev.tauri.choam.laws.AsyncReactiveLaws
See theAsyncReactiveLaws companion object
sealed trait AsyncReactiveLaws[F[_]] extends ReactiveLaws[F]

Attributes

Companion
object
Source
reactiveLaws.scala
Graph
Supertypes
trait ReactiveLaws[F]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def promiseCompleteAndGet[A](a: A): IsEq[F[(Boolean, A)]]

Attributes

Source
reactiveLaws.scala

Inherited methods

def runLift[A, B](f: A => B, a: A): IsEq[F[B]]

Attributes

Inherited from:
ReactiveLaws
Source
reactiveLaws.scala
def runPure[A](a: A): IsEq[F[A]]

Attributes

Inherited from:
ReactiveLaws
Source
reactiveLaws.scala
def runToFunction[A, B](rxn: Rxn[A, B], a: A): IsEq[F[B]]

Attributes

Inherited from:
ReactiveLaws
Source
reactiveLaws.scala

Implicits

Implicits

implicit override def reactive: AsyncReactive[F]

Attributes

Definition Classes
Source
reactiveLaws.scala

Inherited implicits

implicit def monad: Monad[F]

Attributes

Inherited from:
ReactiveLaws
Source
reactiveLaws.scala