handlers

turbolift.effects.ReaderEffect.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 default(initial: R): Handler[Identity, Identity, this.type, Any]
def fromLazyResource[V <: IO](resource: Resource[R, V]): IdId[this.type, V]
def fromResource[V](resource: Resource[R, V]): IdId[this.type, V]
def lazily[V](acquire: Computation[R, V]): Handler[Identity, Identity, this.type, V]

Auxiliary handler for fromLazyResource.

Auxiliary handler for fromLazyResource.

Attributes