ZioSystem

automorph.system.ZioSystem$
See theZioSystem companion class
case object ZioSystem

Attributes

Companion
class
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ZioSystem.type

Members list

Type members

Types

type Effect[T, Environment] = RIO[Environment, T]

ZIO effect type with specified environment.

ZIO effect type with specified environment.

Type parameters

Environment

effectful ZIO environment type

T

effectful value type

Attributes

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

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

Inherited methods

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product