State

final case class State[F[_]](unsubscribe: F[Unit], allocatedResources: Vector[(ResourceToken, F[Unit])])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product