ThisHandler
turbolift.internals.effect.EffectImpl.ThisHandler
object ThisHandler
Namespace for convenient versions of ThisHandler
type alias, specialized by partially applying some or all of its type parameters.
For example: ThisHandler.FromId.ToId.Free
is equivalent of ThisHandler[[X] =>> X, [X] =>> X, Any]
This works like type-level "fluent interface", where:
FromId
andFromConst
partially applyF[+_]
parameter of ThisHandler type.ToId
andToConst
partially applyG[+_]
parameter of ThisHandler type.Free
partially appliesN
parameter of ThisHandler type.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ThisHandler.type
Members list
In this article