ReaderEffect

turbolift.effects.ReaderEffect
See theReaderEffect companion trait
object ReaderEffect

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [R](thiz: ReaderEffect[R])
def handler(initial: R): Handler[Identity, Identity, thiz.type, Any]

Alias of the default handler for this effect.

Alias of the default handler for this effect.

Defined as an extension, to allow custom redefinitions without restrictions imposed by overriding

Attributes