ListenableF

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def listen[F[_], G[_], P, C <: Children, S, B <: OnUnmountF[F], U <: UpdateSnapshot, A](listenable: P => ListenableF[F, A], makeListener: ComponentDidMount[P, S, B] => A => G[Unit])(implicit F: Dispatch[F], G: Dispatch[G]): (P, C, S, B, U) => U
def listenToUnit[F[_] : Dispatch, G[_] : Dispatch, P, C <: Children, S, B <: OnUnmountF[F], U <: UpdateSnapshot](listenable: P => ListenableF[F, Unit], makeListener: ComponentDidMount[P, S, B] => G[Unit]): (P, C, S, B, U) => U