Polymorphic_+
turbolift.Effect.Polymorphic_+
API for defining custom effects.
Allows to "polymorphize" an effect that has a type parameter (e.g. Reader[R]
, Error[E]
). //@#@TODO link to microsite
The Polymorphic_+ variant is for effects with single type parameter. The parameter will be covariantly inferred at call sites.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article