automorph.system
Members list
Type members
Classlikes
Cats Effect effect system plugin.
Cats Effect effect system plugin.
Value parameters
- runtime
-
runtime system
Attributes
- Constructor
-
Creates a Cats Effect effect system plugin using
IO
as an effect type. - See also
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait AsyncEffectSystem[IO]trait EffectSystem[IO]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
CatsEffectSystem.type
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 Serializabletrait Producttrait Equalstrait AsyncEffectSystem[Future]trait EffectSystem[Future]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
FutureSystem.type
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 Serializabletrait Producttrait Equalstrait EffectSystem[Identity]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
- Self type
-
IdentitySystem.type
Placeholder to include Monix in global Scaladoc index during documentation generation.
Placeholder to include Monix in global Scaladoc index during documentation generation.
Monix is excluded from main Scaladoc generation due to dependency conflicts with Cats Effect. Monix Scaladoc is generated separately and copied over to the global Scaladoc target directory.
Attributes
- Companion
- object
- Supertypes
Scalaz effect system plugin using IO
as an effect type.
Scalaz effect system plugin using IO
as an effect type.
Value parameters
- executionContext
-
execution context
Attributes
- Constructor
-
Creates a Scalaz effect system plugin using
IO
as an effect type. - See also
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait EffectSystem[IO]class Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalazEffectSystem.type
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 Serializabletrait Producttrait Equalstrait EffectSystem[Try]class Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait AsyncEffectSystem[<none>]trait EffectSystem[<none>]class Objecttrait Matchableclass AnyShow all