org.atnos.eff.syntax.addon.scalaz

Type members

Classlikes

final class EitherEffectScalazOps[R, A](e: Eff[R, A]) extends AnyVal
final class EvalEffectScalazOps[R, A](e: Eff[R, A]) extends AnyVal
final class SafeEffectScalazOps[R, A](e: Eff[R, A]) extends AnyVal
final class ValidateEffectScalazOps[R, A](e: Eff[R, A]) extends AnyVal
object all extends eff with either with eval with safe with validate
object eff extends eff
Companion
class
trait eff extends effOperations with effScalaz
Companion
object
trait effScalaz
object either extends either with either
Companion
class
trait either
Companion
object
object eval extends eval with eval
Companion
class
trait eval
Companion
object
object safe extends safe with safe
Companion
class
trait safe
Companion
object
object validate extends validate with validate
Companion
class
trait validate
Companion
object