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:
FromIdandFromConstpartially applyF[+_]parameter of ThisHandler type.ToIdandToConstpartially applyG[+_]parameter of ThisHandler type.Freepartially appliesNparameter of ThisHandler type.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ThisHandler.type
Members list
In this article