turbolift.internals.effect.EffectImpl.Stateless
See theStateless companion class
Namespace for convenient versions of Stateless
class, specialized by partially applying some or all of its type parameters.
For example: Stateless.FromId.ToId.Free
is equivalent of Stateless[[X] =>> X, [X] =>> X, ThisEffect, Any]
This works like type-level "fluent interface", where:
FromId
and FromConst
partially apply F[+_]
parameter of Stateless class.
ToId
and ToConst
partially apply G[+_]
parameter of Stateless class.
Free
partially applies Fx
parameter of Stateless class.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Attributes
-
Companion
-
object
-
Supertypes
-
class Object
trait Matchable
class Any
Show all
Attributes
-
Companion
-
class
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Attributes
-
Companion
-
object
-
Supertypes
-
class Object
trait Matchable
class Any
Show all
Attributes
-
Companion
-
class
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-