handlers

turbolift.effects.MemoizerEffect.handlers
object handlers

Predefined handlers for this effect.

Attributes

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

Members list

Value members

Concrete methods

def local[U](f: K => Computation[V, U & MemoizerEffect.this.type]): Handler[Identity, Identity, this.type, U]

Backtrackable, but non-parallelizable.

Backtrackable, but non-parallelizable.

Attributes

def shared[U <: IO](f: K => Computation[V, U & MemoizerEffect.this.type]): Handler[Identity, Identity, this.type, U]

Parallelizable, but non-backtrackable.

Parallelizable, but non-backtrackable.

Attributes