ZioSystem

automorph.system.ZioSystem
See theZioSystem companion class
object ZioSystem

Attributes

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

Members list

Type members

Types

ZIO effect type with specified environment.

ZIO effect type with specified environment.

Type parameters

Environment

effectful ZIO environment type

T

effectful value type

Attributes

Value members

Concrete methods

def default: ZioSystem[Any]

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

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

Attributes

Returns

ZIO effect system plugin

See also

Default ZIO runtime environment.

Default ZIO runtime environment.

Attributes