eff

org.atnos.eff.syntax.addon.scalaz.eff
See theeff companion object
trait eff extends effOperations, effScalaz

Attributes

Companion
object
Source
eff.scala
Graph
Supertypes
trait effScalaz
class Object
trait Matchable
class Any
Known subtypes
object all
object eff

Members list

Implicits

Inherited implicits

final implicit def toEffNoEffectOps[A](e: Eff[NoFx, A]): EffNoEffectOps[A]

Attributes

Inherited from:
effOperations
Source
eff.scala
final implicit def toEffOnePureValueOps[R, A](e: Eff[R, A]): EffOnePureValueOps[R, A]

Attributes

Inherited from:
effOperations
Source
eff.scala
final implicit def toEffOps[R, A](e: Eff[R, A]): EffOps[R, A]

Attributes

Inherited from:
effOperations
Source
eff.scala
final implicit def toEffPureOps[A](a: A): EffPureOps[A]

Attributes

Inherited from:
effOperations
Source
eff.scala
final implicit def toEffScalazApplicativeOps[F[_], A](values: F[A]): EffScalazApplicativeOps[F, A]

Attributes

Inherited from:
effScalaz
Source
eff.scala
final implicit def toEffScalazFlatSequenceOps[F[_], R, A](values: F[Eff[R, F[A]]]): EffScalazFlatSequenceOps[F, R, A]

Attributes

Inherited from:
effScalaz
Source
eff.scala
final implicit def toEffScalazOneEffectOps[M[_], A](e: Eff[Fx1[M], A]): EffScalazOneEffectOps[M, A]

Attributes

Inherited from:
effScalaz
Source
eff.scala
final implicit def toEffScalazSequenceOps[F[_], R, A](values: F[Eff[R, A]]): EffScalazSequenceOps[F, R, A]

Attributes

Inherited from:
effScalaz
Source
eff.scala
final implicit def toEffSendOps[M[_], A](ma: M[A]): EffSendOps[M, A]

Attributes

Inherited from:
effOperations
Source
eff.scala
final implicit def toEffTranslateIntoOps[R, A](e: Eff[R, A]): EffTranslateIntoOps[R, A]

Attributes

Inherited from:
effOperations
Source
eff.scala