ZIOAppDefault

zio.ZIOAppDefault$
See theZIOAppDefault companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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.

Attributes

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.

Attributes