all

org.atnos.eff.syntax.addon.scalaz.all
object all extends eff, either, eval, safe, validate

Attributes

Source
all.scala
Graph
Supertypes
trait validate
trait safe
trait eval
trait either
trait eff
trait effScalaz
class Object
trait Matchable
class Any
Show all
Self type
all.type

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
final implicit def toEitherEffectScalazOps[R, A](e: Eff[R, A]): EitherEffectScalazOps[R, A]

Attributes

Inherited from:
either
Source
either.scala
implicit def toEvalEffectScalazOps[R, A](e: Eff[R, A]): EvalEffectScalazOps[R, A]

Attributes

Inherited from:
eval
Source
eval.scala
implicit def toSafeEffectScalazOps[R, A](e: Eff[R, A]): SafeEffectScalazOps[R, A]

Attributes

Inherited from:
safe
Source
safe.scala
implicit def toValidateEffectScalazOps[R, A](e: Eff[R, A]): ValidateEffectScalazOps[R, A]

Attributes

Inherited from:
validate
Source
validate.scala