Reactive

dev.tauri.choam.core.Reactive
See theReactive companion object
trait Reactive[F[_]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def apply[A, B](r: Rxn[A, B], a: A): F[B]
def monad: Monad[F]

Concrete methods

def applyInterruptibly[A, B](r: Rxn[A, B], a: A): F[B]
def mapK[G[_]](t: FunctionK[F, G])(implicit G: Monad[G]): Reactive[G]
def run[A](a: Axn[A]): F[A]