automorph.system

Members list

Type members

Classlikes

final case class FutureSystem()(implicit executionContext: ExecutionContext) extends AsyncEffectSystem[Future]

Asynchronous effect system plugin using Future as an effect type.

Asynchronous effect system plugin using Future as an effect type.

Value parameters

executionContext

execution context

Attributes

Constructor

Creates an asynchronous effect system plugin using Future as an effect type.

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object FutureSystem

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final case class IdentitySystem() extends EffectSystem[Identity]

Synchronous effect system plugin using identity as an effect type.

Synchronous effect system plugin using identity as an effect type.

Represents direct use of computed values without wrapping them in an effect.

Attributes

Constructor

Creates a synchronous effect system plugin using identity as an effect type.

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class TrySystem() extends EffectSystem[Try]

Synchronous effect system plugin using Try as an effect type.

Synchronous effect system plugin using Try as an effect type.

Attributes

Constructor

Creates a synchronous effect system plugin using Try as an effect type.

See also
Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait EffectSystem[Try]
class Object
trait Matchable
class Any
Show all
object TrySystem

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TrySystem.type