automorph.system

Members list

Type members

Classlikes

final case class ZioSystem[Environment]()(implicit runtime: Runtime[Environment]) extends AsyncEffectSystem[<none>]

ZIO effect system plugin using RIO as an effect type.

ZIO effect system plugin using RIO as an effect type.

Type parameters

Environment

ZIO environment type

Value parameters

runtime

runtime system

Attributes

Constructor

Creates a ZIO effect system plugin using RIO as an effect type.

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait AsyncEffectSystem[<none>]
trait EffectSystem[<none>]
class Object
trait Matchable
class Any
Show all
object ZioSystem

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ZioSystem.type