handlers

turbolift.effects.PolyLazyMemoizerEffect.handlers
object handlers

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
handlers.type

Members list

Value members

Concrete methods

def local[K, V, U](f: K => Computation[V, U & (K @@ V)]): Handler[Identity, Identity, K @@ V, U]
def shared[K, V, U <: IO](f: K => Computation[V, U & (K @@ V)]): Handler[Identity, Identity, K @@ V, U]