StartableOps

final implicit class StartableOps[T <: Startable](self: T) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def toLayer(implicit ev: Tag[T]): ULayer[T]
def toZIO: URIO[Scope, T]