ZIOAppDefault

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(run0: ZIO[ZIOAppArgs, Any, Any]): ZIOAppDefault

Creates a ZIOAppDefault from an effect, which can consume the arguments of the program, as well as a hook into the ZIO runtime configuration.

Creates a ZIOAppDefault from an effect, which can consume the arguments of the program, as well as a hook into the ZIO runtime configuration.

def fromZIO(run0: ZIO[ZIOAppArgs, Any, Any]): ZIOAppDefault

Creates a ZIOAppDefault from an effect, using the unmodified default runtime's configuration.

Creates a ZIOAppDefault from an effect, using the unmodified default runtime's configuration.