Object

org.atnos.eff

all

Related Doc: package eff

Permalink

object all extends ReaderEffect with WriterEffect with StateEffect with EvalEffect with OptionEffect with ListEffect with XorEffect with ValidateEffect with ChooseEffect with EffInterpretation with EffCreation with EffImplicits with Effects

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. all
  2. Effects
  3. EffImplicits
  4. EffCreation
  5. EffInterpretation
  6. ChooseEffect
  7. ChooseInterpretation
  8. ChooseCreation
  9. ValidateEffect
  10. ValidateInterpretation
  11. ValidateCreation
  12. XorEffect
  13. XorInterpretation
  14. XorCreation
  15. ListEffect
  16. ListInterpretation
  17. ListCreation
  18. OptionEffect
  19. OptionInterpretation
  20. OptionCreation
  21. EvalEffect
  22. EvalInterpretation
  23. EvalCreation
  24. EvalTypes
  25. StateEffect
  26. StateImplicits
  27. StateImplicits1
  28. StateInterpretation
  29. StateCreation
  30. WriterEffect
  31. WriterImplicits
  32. WriterImplicits1
  33. WriterInterpretation
  34. WriterCreation
  35. ReaderEffect
  36. ReaderImplicits
  37. ReaderImplicits1
  38. ReaderInterpretation
  39. ReaderCreation
  40. AnyRef
  41. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Eval[A] = cats.Eval[A]

    Permalink
    Definition Classes
    EvalTypes
  2. type |:[H[_], T <: Effects] = EffectsCons[H, T]

    Permalink
    Definition Classes
    Effects

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def EffMonad[R]: Monad[[β]Eff[R, β]]

    Permalink

    Monad implementation for the Eff[R, ?] type

    Monad implementation for the Eff[R, ?] type

    Definition Classes
    EffImplicits
  5. implicit def ListFold[A]: Fold[A, List[A]]

    Permalink
    Definition Classes
    WriterInterpretation
  6. def MonoidFold[A](implicit arg0: Monoid[A]): Fold[A, A]

    Permalink
    Definition Classes
    WriterInterpretation
  7. implicit def TaggedReaderMemberFirst[R <: Effects, Tg, A]: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R], R]

    Permalink
    Definition Classes
    ReaderImplicits
  8. implicit def TaggedReaderMemberSuccessor[O[_], R <: Effects, U <: Effects, Tg, A](implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[O, R], Effects.|:[O, U]]

    Permalink
    Definition Classes
    ReaderImplicits1
  9. implicit def TaggedReaderMemberZero[Tg, A]: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[[X]AnyRef { ... /* 2 definitions in type refinement */ }, NoEffect], NoEffect]

    Permalink
    Definition Classes
    ReaderImplicits
  10. implicit def TaggedStateMemberFirst[R <: Effects, Tg, A]: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R], R]

    Permalink
    Definition Classes
    StateImplicits
  11. implicit def TaggedStateMemberSuccessor[O[_], R <: Effects, U <: Effects, Tg, A](implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[O, R], Effects.|:[O, U]]

    Permalink
    Definition Classes
    StateImplicits1
  12. implicit def TaggedStateMemberZero[Tg, A]: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[[X]AnyRef { ... /* 2 definitions in type refinement */ }, NoEffect], NoEffect]

    Permalink
    Definition Classes
    StateImplicits
  13. implicit def TaggedWriterMemberFirst[R <: Effects, Tg, A]: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R], R]

    Permalink
    Definition Classes
    WriterImplicits
  14. implicit def TaggedWriterMemberSuccessor[O[_], R <: Effects, U <: Effects, Tg, A](implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[O, R], Effects.|:[O, U]]

    Permalink
    Definition Classes
    WriterImplicits1
  15. implicit def TaggedWriterMemberZero[Tg, A]: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, Effects.|:[[X]AnyRef { ... /* 2 definitions in type refinement */ }, NoEffect], NoEffect]

    Permalink
    Definition Classes
    WriterImplicits
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def ask[R, T](implicit member: Member[[β]Kleisli[[A]A, T, β], R]): Eff[R, T]

    Permalink

    get the environment

    get the environment

    Definition Classes
    ReaderCreation
  18. def askTagged[R, Tg, T](implicit member: Member[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R]): Eff[R, T]

    Permalink

    get the environment

    get the environment

    Definition Classes
    ReaderCreation
  19. def attemptEval[R <: Effects, U <: Effects, A](r: Eff[R, A])(implicit m: Aux[Eval, R, U]): Eff[U, Xor[Throwable, A]]

    Permalink
    Definition Classes
    EvalInterpretation
  20. def catchLeft[R <: Effects, E, A](r: Eff[R, A])(handle: (E) ⇒ Eff[R, A])(implicit member: Member[[β]Xor[E, β], R]): Eff[R, A]

    Permalink

    catch and handle a possible left value

    catch and handle a possible left value

    Definition Classes
    XorInterpretation
  21. def chooseFrom[R, A](as: List[A])(implicit m: <=[Choose, R]): Eff[R, A]

    Permalink
    Definition Classes
    ChooseCreation
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def collapse[R, M[_], A](r: Eff[R, M[A]])(implicit m: Member[M, R]): Eff[R, A]

    Permalink

    use the internal effect as one of the stack effects

    use the internal effect as one of the stack effects

    Definition Classes
    EffCreation
  24. def correct[R, E, A](a: A)(implicit m: Member[[β]Validate[E, β], R]): Eff[R, A]

    Permalink

    create a correct value

    create a correct value

    Definition Classes
    ValidateCreation
  25. def delay[R, A](a: ⇒ A)(implicit m: Member[Eval, R]): Eff[R, A]

    Permalink
    Definition Classes
    EvalCreation
  26. def detach[M[_], A](eff: Eff[Effects.|:[M, NoEffect], A])(implicit arg0: Monad[M]): M[A]

    Permalink

    peel-off the only present effect

    peel-off the only present effect

    Definition Classes
    EffInterpretation
  27. def effInto[R <: Effects, U, A](e: Eff[R, A])(implicit f: IntoPoly[R, U, A]): Eff[U, A]

    Permalink

    An Eff[R, A] value can be transformed into an Eff[U, A] value provided that all the effects in R are also in U

    An Eff[R, A] value can be transformed into an Eff[U, A] value provided that all the effects in R are also in U

    Definition Classes
    EffInterpretation
  28. def empty[R, A](implicit m: <=[List, R]): Eff[R, A]

    Permalink

    create a list effect with no values

    create a list effect with no values

    Definition Classes
    ListCreation
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  31. def evalState[R <: Effects, U <: Effects, S, A](initial: S)(w: Eff[R, A])(implicit m: Aux[[β]StateT[cats.Eval, S, β], R, U]): Eff[U, A]

    Permalink

    run a state effect, with an initial value, return only the value

    run a state effect, with an initial value, return only the value

    Definition Classes
    StateInterpretation
  32. def evalStateTagged[R <: Effects, U <: Effects, T, S, A](initial: S)(w: Eff[R, A])(implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, A]

    Permalink

    run a state effect, with an initial value, return only the value

    run a state effect, with an initial value, return only the value

    Definition Classes
    StateInterpretation
  33. def evalStateZero[R <: Effects, U <: Effects, S, A](w: Eff[R, A])(implicit arg0: Monoid[S], m: Aux[[β]StateT[cats.Eval, S, β], R, U]): Eff[U, A]

    Permalink

    run a state effect, with a Monoidal state

    run a state effect, with a Monoidal state

    Definition Classes
    StateInterpretation
  34. def evalStateZeroTagged[R <: Effects, U <: Effects, T, S, A](w: Eff[R, A])(implicit arg0: Monoid[S], m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, A]

    Permalink

    run a state effect, with a Monoidal state

    run a state effect, with a Monoidal state

    Definition Classes
    StateInterpretation
  35. def execState[R <: Effects, U <: Effects, S, A](initial: S)(w: Eff[R, A])(implicit m: Aux[[β]StateT[cats.Eval, S, β], R, U]): Eff[U, S]

    Permalink

    run a state effect, with an initial value, return only the state

    run a state effect, with an initial value, return only the state

    Definition Classes
    StateInterpretation
  36. def execStateTagged[R <: Effects, U <: Effects, T, S, A](initial: S)(w: Eff[R, A])(implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, S]

    Permalink

    run a state effect, with an initial value, return only the state

    run a state effect, with an initial value, return only the state

    Definition Classes
    StateInterpretation
  37. def execStateZero[R <: Effects, U <: Effects, S, A](w: Eff[R, A])(implicit arg0: Monoid[S], m: Aux[[β]StateT[cats.Eval, S, β], R, U]): Eff[U, S]

    Permalink

    run a state effect, with a monoidal state, return only the state

    run a state effect, with a monoidal state, return only the state

    Definition Classes
    StateInterpretation
  38. def execStateZeroTagged[R <: Effects, U <: Effects, T, S, A](w: Eff[R, A])(implicit arg0: Monoid[S], m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, S]

    Permalink

    run a state effect, with a monoidal state, return only the state

    run a state effect, with a monoidal state, return only the state

    Definition Classes
    StateInterpretation
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def fromList[R, A](as: List[A])(implicit m: <=[List, R]): Eff[R, A]

    Permalink

    create a list effect from a list of values

    create a list effect from a list of values

    Definition Classes
    ListCreation
  41. def fromOption[R, A](o: Option[A])(implicit member: Member[Option, R]): Eff[R, A]

    Permalink

    create an Option effect from a single Option value

    create an Option effect from a single Option value

    Definition Classes
    OptionCreation
  42. def fromXor[R, E, A](xor: Xor[E, A])(implicit member: Member[[β]Xor[E, β], R]): Eff[R, A]

    Permalink

    create an Xor effect from a single Xor value

    create an Xor effect from a single Xor value

    Definition Classes
    XorCreation
  43. def get[R, S](implicit member: Member[[β]StateT[cats.Eval, S, β], R]): Eff[R, S]

    Permalink

    get the current state value

    get the current state value

    Definition Classes
    StateCreation
  44. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  45. def getTagged[R, T, S](implicit member: Member[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R]): Eff[R, S]

    Permalink

    get the current state value

    get the current state value

    Definition Classes
    StateCreation
  46. def gets[R, S, T](f: (S) ⇒ T)(implicit member: Member[[β]StateT[cats.Eval, S, β], R]): Eff[R, T]

    Permalink

    get the current state value and map it with a function f

    get the current state value and map it with a function f

    Definition Classes
    StateCreation
  47. def getsTagged[R, U, S, T](f: (S) ⇒ T)(implicit member: Member[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R]): Eff[R, T]

    Permalink

    get the current state value and map it with a function f

    get the current state value and map it with a function f

    Definition Classes
    StateCreation
  48. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  49. def impure[R, X, A](union: Union[R, X], continuation: Arrs[R, X, A]): Eff[R, A]

    Permalink

    create a impure value from an union of effects and a continuation

    create a impure value from an union of effects and a continuation

    Definition Classes
    EffCreation
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. def left[R, E, A](e: E)(implicit member: Member[[β]Xor[E, β], R]): Eff[R, A]

    Permalink

    create a failed value

    create a failed value

    Definition Classes
    XorCreation
  52. def lensState[TS, SS, U, T, S, A](state: Eff[TS, A], getter: (S) ⇒ T, setter: (S, T) ⇒ S)(implicit ts: Aux[[β]StateT[cats.Eval, T, β], TS, U], ss: Aux[[β]StateT[cats.Eval, S, β], SS, U]): Eff[SS, A]

    Permalink

    Lift a computation over a "small" state (for a subsystem) into a computation over a "bigger" state (for the full application state)

    Lift a computation over a "small" state (for a subsystem) into a computation over a "bigger" state (for the full application state)

    Definition Classes
    StateInterpretation
  53. def local[R, T, U](f: (T) ⇒ U)(implicit member: Member[[β]Kleisli[[A]A, T, β], R]): Eff[R, U]

    Permalink

    modify the environment

    modify the environment

    Definition Classes
    ReaderCreation
  54. def localReader[SR, BR, U, S, B, A](r: Eff[SR, A], getter: (B) ⇒ S)(implicit sr: Aux[[β]Kleisli[[A]A, S, β], SR, U], br: Aux[[β]Kleisli[[A]A, B, β], BR, U]): Eff[BR, A]

    Permalink

    Lift a computation over a "small" reader (for a subsystem) into a computation over a "bigger" reader (for the full application)

    Lift a computation over a "small" reader (for a subsystem) into a computation over a "bigger" reader (for the full application)

    Definition Classes
    ReaderInterpretation
  55. def localTagged[R, Tg, T, U](f: (T) ⇒ U)(implicit member: Member[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R]): Eff[R, U]

    Permalink

    modify the environment

    modify the environment

    Definition Classes
    ReaderCreation
  56. def modify[R, S](f: (S) ⇒ S)(implicit member: Member[[β]StateT[cats.Eval, S, β], R]): Eff[R, Unit]

    Permalink

    modify the current state value

    modify the current state value

    Definition Classes
    StateCreation
  57. def modifyTagged[R, T, S](f: (S) ⇒ S)(implicit member: Member[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R]): Eff[R, Unit]

    Permalink

    modify the current state value

    modify the current state value

    Definition Classes
    StateCreation
  58. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  59. def none[R, A](implicit member: Member[Option, R]): Eff[R, A]

    Permalink

    no value returned

    no value returned

    Definition Classes
    OptionCreation
  60. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. def now[R, A](a: A)(implicit m: Member[Eval, R]): Eff[R, A]

    Permalink
    Definition Classes
    EvalCreation
  63. def optionXor[R, E, A](option: Option[A], e: E)(implicit member: Member[[β]Xor[E, β], R]): Eff[R, A]

    Permalink

    create an Xor effect from a single Option value

    create an Xor effect from a single Option value

    Definition Classes
    XorCreation
  64. def plus[R, A](a1: Eff[R, A], a2: Eff[R, A])(implicit m: <=[Choose, R]): Eff[R, A]

    Permalink
    Definition Classes
    ChooseCreation
  65. def pure[R, A](a: A): Eff[R, A]

    Permalink

    create a pure value

    create a pure value

    Definition Classes
    EffCreation
  66. def put[R, S](s: S)(implicit member: Member[[β]StateT[cats.Eval, S, β], R]): Eff[R, Unit]

    Permalink

    store a new state value

    store a new state value

    Definition Classes
    StateCreation
  67. def putTagged[R, T, S](s: S)(implicit member: Member[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R]): Eff[R, Unit]

    Permalink

    store a new state value

    store a new state value

    Definition Classes
    StateCreation
  68. def right[R, E, A](a: A)(implicit member: Member[[β]Xor[E, β], R]): Eff[R, A]

    Permalink

    create a correct value

    create a correct value

    Definition Classes
    XorCreation
  69. def run[A](eff: Eff[NoEffect, A]): A

    Permalink

    base runner for an Eff value having no effects at all

    base runner for an Eff value having no effects at all

    This runner can only return the value in Pure because it doesn't known how to interpret the effects in Impure

    Definition Classes
    EffInterpretation
  70. def runChoose[R <: Effects, U <: Effects, A, F[_]](r: Eff[R, A])(implicit arg0: Alternative[F], m: Aux[Choose, R, U]): Eff[U, F[A]]

    Permalink
    Definition Classes
    ChooseInterpretation
  71. def runEither[R <: Effects, U <: Effects, E, A](r: Eff[R, A])(implicit m: Aux[[β]Xor[E, β], R, U]): Eff[U, Either[E, A]]

    Permalink

    run the xor effect, yielding Either[E, A]

    run the xor effect, yielding Either[E, A]

    Definition Classes
    XorInterpretation
  72. def runEval[R <: Effects, U <: Effects, A](r: Eff[R, A])(implicit m: Aux[Eval, R, U]): Eff[U, A]

    Permalink
    Definition Classes
    EvalInterpretation
  73. def runList[R <: Effects, U <: Effects, A](effects: Eff[R, A])(implicit m: Aux[List, R, U]): Eff[U, List[A]]

    Permalink

    run an effect stack starting with a list effect

    run an effect stack starting with a list effect

    Definition Classes
    ListInterpretation
  74. def runMap[R <: Effects, U <: Effects, E, L, A](r: Eff[R, A])(map: (E) ⇒ L)(implicit arg0: Semigroup[L], m: Aux[[β]Validate[E, β], R, U]): Eff[U, Xor[L, A]]

    Permalink

    run the validate effect, yielding a list of failures Xor A

    run the validate effect, yielding a list of failures Xor A

    Definition Classes
    ValidateInterpretation
  75. def runNel[R <: Effects, U <: Effects, E, A](r: Eff[R, A])(implicit m: Aux[[β]Validate[E, β], R, U]): Eff[U, Xor[NonEmptyList[E], A]]

    Permalink

    run the validate effect, yielding a non-empty list of failures Xor A

    run the validate effect, yielding a non-empty list of failures Xor A

    Definition Classes
    ValidateInterpretation
  76. def runOption[R <: Effects, U <: Effects, A](r: Eff[R, A])(implicit m: Aux[Option, R, U]): Eff[U, Option[A]]

    Permalink

    Interpret the Option effect

    Interpret the Option effect

    Stop all computations if None is present once

    Definition Classes
    OptionInterpretation
  77. def runReader[R <: Effects, U <: Effects, A, B](env: A)(r: Eff[R, B])(implicit m: Aux[[β]Kleisli[[A]A, A, β], R, U]): Eff[U, B]

    Permalink

    interpret the Reader effect by providing an environment when required

    interpret the Reader effect by providing an environment when required

    Definition Classes
    ReaderInterpretation
  78. def runReaderTagged[R <: Effects, U <: Effects, T, A, B](env: A)(r: Eff[R, B])(implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, B]

    Permalink

    interpret a tagged Reader effect by providing an environment when required

    interpret a tagged Reader effect by providing an environment when required

    Definition Classes
    ReaderInterpretation
  79. def runState[R <: Effects, U <: Effects, S1, A](initial: S1)(w: Eff[R, A])(implicit m: Aux[[β]StateT[cats.Eval, S1, β], R, U]): Eff[U, (A, S1)]

    Permalink

    run a state effect, with an initial value

    run a state effect, with an initial value

    Definition Classes
    StateInterpretation
  80. def runStateTagged[R <: Effects, U <: Effects, T, S1, A](initial: S1)(w: Eff[R, A])(implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, (A, S1)]

    Permalink

    run a tagged state effect, with an initial value

    run a tagged state effect, with an initial value

    Definition Classes
    StateInterpretation
  81. def runStateZero[R <: Effects, U <: Effects, S, A](w: Eff[R, A])(implicit arg0: Monoid[S], m: Aux[[β]StateT[cats.Eval, S, β], R, U]): Eff[U, (A, S)]

    Permalink

    run a state effect, with an initial value

    run a state effect, with an initial value

    Definition Classes
    StateInterpretation
  82. def runStateZeroTagged[R <: Effects, U <: Effects, T, S, A](w: Eff[R, A])(implicit arg0: Monoid[S], m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, (A, S)]

    Permalink

    run a state effect, with an initial value

    run a state effect, with an initial value

    Definition Classes
    StateInterpretation
  83. def runTaggedWriterFold[R <: Effects, U <: Effects, T, O, A, B](w: Eff[R, A])(fold: Fold[O, B])(implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, (A, B)]

    Permalink
    Definition Classes
    WriterInterpretation
  84. def runValidatedNel[R <: Effects, U <: Effects, E, A](r: Eff[R, A])(implicit m: Aux[[β]Validate[E, β], R, U]): Eff[U, ValidatedNel[E, A]]

    Permalink

    run the validate effect, yielding a ValidatedNel

    run the validate effect, yielding a ValidatedNel

    Definition Classes
    ValidateInterpretation
  85. def runWriter[R <: Effects, U <: Effects, O, A, B](w: Eff[R, A])(implicit m: Aux[[β]WriterT[[A]A, O, β], R, U]): Eff[U, (A, List[O])]

    Permalink

    run a writer effect and return the list of written values

    run a writer effect and return the list of written values

    This uses a ListBuffer internally to append values

    Definition Classes
    WriterInterpretation
  86. def runWriterFold[R <: Effects, U <: Effects, O, A, B](w: Eff[R, A])(fold: Fold[O, B])(implicit m: Aux[[β]WriterT[[A]A, O, β], R, U]): Eff[U, (A, B)]

    Permalink

    More general fold of runWriter where we can use a fold to accumulate values in a mutable buffer

    More general fold of runWriter where we can use a fold to accumulate values in a mutable buffer

    Definition Classes
    WriterInterpretation
  87. def runWriterTagged[R <: Effects, U <: Effects, T, O, A](w: Eff[R, A])(implicit m: Aux[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R, U]): Eff[U, (A, List[O])]

    Permalink

    run a tagged writer effect

    run a tagged writer effect

    Definition Classes
    WriterInterpretation
  88. def runXor[R <: Effects, U <: Effects, E, A](r: Eff[R, A])(implicit m: Aux[[β]Xor[E, β], R, U]): Eff[U, Xor[E, A]]

    Permalink

    run the xor effect, yielding E Xor A

    run the xor effect, yielding E Xor A

    Definition Classes
    XorInterpretation
  89. def send[T[_], R, V](tv: T[V])(implicit member: Member[T, R]): Eff[R, V]

    Permalink

    create an Eff[R, A] value from an effectful value of type T[V] provided that T is one of the effects of R

    create an Eff[R, A] value from an effectful value of type T[V] provided that T is one of the effects of R

    Definition Classes
    EffCreation
  90. def singleton[R, A](a: A)(implicit m: <=[List, R]): Eff[R, A]

    Permalink

    create a list effect from a single value

    create a list effect from a single value

    Definition Classes
    ListCreation
  91. def some[R, A](a: A)(implicit member: Member[Option, R]): Eff[R, A]

    Permalink

    a value is returned

    a value is returned

    Definition Classes
    OptionCreation
  92. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  93. def tell[R, O](o: O)(implicit member: Member[[β]WriterT[[A]A, O, β], R]): Eff[R, Unit]

    Permalink

    write a given value

    write a given value

    Definition Classes
    WriterCreation
  94. def tellTagged[R, T, O](o: O)(implicit member: Member[[X]AnyRef { ... /* 2 definitions in type refinement */ }, R]): Eff[R, Unit]

    Permalink

    write a given value

    write a given value

    Definition Classes
    WriterCreation
  95. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  96. def unit[R]: Eff[R, Unit]

    Permalink

    create an Eff value for ()

    create an Eff value for ()

    Definition Classes
    EffCreation
  97. def validateCheck[R, E](condition: Boolean, e: E)(implicit m: Member[[β]Validate[E, β], R]): Eff[R, Unit]

    Permalink

    check a correct condition

    check a correct condition

    Definition Classes
    ValidateCreation
  98. def validateOption[R, E, A](option: Option[A], e: E)(implicit m: Member[[β]Validate[E, β], R]): Eff[R, Unit]

    Permalink

    create an Validate effect from a single Option value

    create an Validate effect from a single Option value

    Definition Classes
    ValidateCreation
  99. def validateValue[R, E, A](condition: Boolean, a: A, e: E)(implicit m: Member[[β]Validate[E, β], R]): Eff[R, A]

    Permalink

    check a correct value

    check a correct value

    Definition Classes
    ValidateCreation
  100. def validateXor[R, E, A](xor: Xor[E, A])(implicit m: Member[[β]Validate[E, β], R]): Eff[R, Unit]

    Permalink

    create an Validate effect from a single Xor value

    create an Validate effect from a single Xor value

    Definition Classes
    ValidateCreation
  101. def values[R, A](as: A*)(implicit m: <=[List, R]): Eff[R, A]

    Permalink

    create a list effect from a list of values

    create a list effect from a list of values

    Definition Classes
    ListCreation
  102. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  105. def wrong[R, E](e: E)(implicit m: Member[[β]Validate[E, β], R]): Eff[R, Unit]

    Permalink

    create a failed value

    create a failed value

    Definition Classes
    ValidateCreation
  106. def zero[R, A](implicit m: <=[Choose, R]): Eff[R, A]

    Permalink
    Definition Classes
    ChooseCreation
  107. val |:: EffectsCons.type

    Permalink
    Definition Classes
    Effects

Inherited from Effects

Inherited from EffImplicits

Inherited from EffCreation

Inherited from EffInterpretation

Inherited from ChooseEffect

Inherited from ChooseInterpretation

Inherited from ChooseCreation

Inherited from ValidateEffect

Inherited from ValidateInterpretation

Inherited from ValidateCreation

Inherited from XorEffect

Inherited from XorInterpretation

Inherited from XorCreation

Inherited from ListEffect

Inherited from ListInterpretation

Inherited from ListCreation

Inherited from OptionEffect

Inherited from OptionInterpretation

Inherited from OptionCreation

Inherited from EvalEffect

Inherited from EvalInterpretation

Inherited from EvalCreation

Inherited from EvalTypes

Inherited from StateEffect

Inherited from StateImplicits

Inherited from StateImplicits1

Inherited from StateInterpretation

Inherited from StateCreation

Inherited from WriterEffect

Inherited from WriterImplicits

Inherited from WriterImplicits1

Inherited from WriterInterpretation

Inherited from WriterCreation

Inherited from ReaderEffect

Inherited from ReaderImplicits

Inherited from ReaderImplicits1

Inherited from ReaderInterpretation

Inherited from ReaderCreation

Inherited from AnyRef

Inherited from Any

Ungrouped