ManagedCase

final case class ManagedCase[-R, +E, +Spec](managed: ZManaged[R, E, Spec]) extends SpecCase[R, E, Nothing, Spec]
trait Product
trait Equals
class SpecCase[R, E, Nothing, Spec]
class Object
trait Matchable
class Any

Value members

Inherited methods

final def map[B](f: Spec => B): SpecCase[R, E, Nothing, B]
Inherited from:
SpecCase
Inherited from:
Product