StartableOps

zio.testcontainers.`package`.StartableOps
final implicit class StartableOps[T <: Startable](self: T) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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