Backend

@deprecated("Change `new OnUnmount.Backend` to `OnUnmount()`", "2.0.0")
final class Backend extends OnUnmount

Convenience class for the frequent case that a component needs a backend with OnUnmount and nothing else.

Deprecated
trait OnUnmount
trait OnUnmountF[Sync]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def onUnmount[G[_]](f: => G[Unit])(implicit G: Dispatch[G]): Function0[Unit]
Inherited from:
OnUnmountF
final def unmount: Function0[Unit]
Inherited from:
OnUnmountF