ContextEffect
In order to be able to reuse methods in the Jdbc Context as well as others, there must be a way to encapsulate the effects of these contexts. This simple interface provides them in a fairly generic manner.
In order to be able to reuse methods in the Jdbc Context as well as others, there must be a way to encapsulate the effects of these contexts. This simple interface provides them in a fairly generic manner.
Value members
Abstract methods
Map a parameter of the effect. This is really just a functor.
Map a parameter of the effect. This is really just a functor.
Aggregate a list of effects into a single effect element. Most effect types used in Quill context easily support this kind of operation e.g. Futures, monix Tasks, Observables, etc...
Aggregate a list of effects into a single effect element. Most effect types used in Quill context easily support this kind of operation e.g. Futures, monix Tasks, Observables, etc...