Reader

turbolift.effects.Reader$package.Reader
case object Reader extends PolyReaderEffect

Predefined instance of PolyReaderEffect.

Note that using predefined effect instances like this, is anti-modular. However, they can be convenient in exploratory code.

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Reader.type

Members list

Type members

Inherited classlikes

final class AsksApply[R]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Inherited from:
PolyReaderEffect
Supertypes
class Object
trait Matchable
class Any
final class AsksEffApply[R]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Inherited from:
PolyReaderEffect
Supertypes
class Object
trait Matchable
class Any
final class LocalModifyApply[R]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Inherited from:
PolyReaderEffect
Supertypes
class Object
trait Matchable
class Any
final class LocalModifyEffApply[R]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Inherited from:
PolyReaderEffect
Supertypes
class Object
trait Matchable
class Any
final class LocalPutApply[R]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Inherited from:
PolyReaderEffect
Supertypes
class Object
trait Matchable
class Any
final class LocalPutEffApply[R]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Inherited from:
PolyReaderEffect
Supertypes
class Object
trait Matchable
class Any
final class Polymorphize[X]

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Helper class for partial type application. Won't be needed in future Scala (SIP-47).

Attributes

Inherited from:
Polymorphic_+
Supertypes
class Object
trait Matchable
class Any
object handlers

Predefined handlers for this effect.

Predefined handlers for this effect.

Attributes

Inherited from:
PolyReaderEffect
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

type @@[+X]

Read as Apply

Read as Apply

This effect, but with given type parameter applied.

Attributes

Inherited from:
Polymorphic_+
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final def ask[R]: Computation[R, @@[R]]

Attributes

Inherited from:
PolyReaderEffect
final def asks[R]: AsksApply[R]

Attributes

Inherited from:
PolyReaderEffect
final def asksEff[R]: AsksEffApply[R]

Attributes

Inherited from:
PolyReaderEffect
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
final def localModify[R]: LocalModifyApply[R]

Attributes

Inherited from:
PolyReaderEffect

Attributes

Inherited from:
PolyReaderEffect
final def localPut[R]: LocalPutApply[R]

Attributes

Inherited from:
PolyReaderEffect
final def localPutEff[R]: LocalPutEffApply[R]

Attributes

Inherited from:
PolyReaderEffect
inline def polymorphize[X]: Polymorphize[X]

API for defining custom effects.

API for defining custom effects.

Attributes

Inherited from:
Polymorphic_+
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

protected val monomorphic: ReaderEffect[Any]

Attributes

Inherited from:
Polymorphic_+