OnUnmountF

trait OnUnmountF[F[_]]

Accrues procedures to be run automatically when its component unmounts.

Accrues procedures to be run automatically when its component unmounts.

Install in ScalaComponent.build via .configure(OnUnmount.install).

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

final def onUnmount[G[_]](f: => G[Unit])(G: Dispatch[G]): F[Unit]
final def unmount: F[Unit]