ListenableF

object 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])(F: Dispatch[F], G: Dispatch[G]): (P, C, S, B, U) => U
def listenToUnit[F[_], G[_], P, C <: Children, S, B <: OnUnmountF[F], U <: UpdateSnapshot](listenable: P => ListenableF[F, Unit], makeListener: ComponentDidMount[P, S, B] => G[Unit])(`evidence$1`: Dispatch[F], `evidence$2`: Dispatch[G]): (P, C, S, B, U) => U