Main
Type members
Inherited types
Value members
Concrete methods
Inherited methods
Composes this ZIOApp with another ZIOApp, to yield an application that executes the logic of both applications.
Composes this ZIOApp with another ZIOApp, to yield an application that executes the logic of both applications.
- Inherited from:
- ZIOApp
A helper function to exit the application with the specified exit code.
A helper function to exit the application with the specified exit code.
- Inherited from:
- ZIOApp
A helper function to obtain access to the command-line arguments of the
application. You may use this helper function inside your run
function.
A helper function to obtain access to the command-line arguments of the
application. You may use this helper function inside your run
function.
- Inherited from:
- ZIOApp
Invokes the main app. Designed primarily for testing.
Invokes the main app. Designed primarily for testing.
- Inherited from:
- ZIOApp
Concrete fields
Inherited fields
Implicits
Inherited implicits
This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.
This implicit conversion macro will ensure that the provided ZIO effect does not require more than the provided environment.
If it is missing requirements, it will report a descriptive error message. Otherwise, the effect will be returned unmodified.
- Inherited from:
- ZIOAppVersionSpecific