zio.ZIO$.ZIOConstructor
See theZIOConstructor companion object
A ZIOConstructor[Input] knows how to construct a ZIO value from an
input of type Input. This allows the type of the ZIO value constructed
to depend on Input. The constructed ZIO value is guaranteed not to
require any services not included in Environment or to be able to fail in
any ways not described by Error.
Attributes
- Companion:
- object
- Graph
- Supertypes