org.atnos.eff.addon.scalaz

Members list

Concise view

Type members

Classlikes

object EffScalaz

Attributes

Source:
EffScalaz.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class EffScalazApplicativeOps[F[_], A](values: F[A]) extends AnyVal

Attributes

Source:
ops.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class EffScalazFlatSequenceOps[F[_], R, A](values: F[Eff[R, F[A]]]) extends AnyVal

Attributes

Source:
ops.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class EffScalazOneEffectOps[M[_], A](e: Eff[Fx1[M], A]) extends AnyVal

Attributes

Source:
ops.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class EffScalazSequenceOps[F[_], R, A](values: F[Eff[R, A]]) extends AnyVal

Attributes

Source:
ops.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
object all extends either with eval with safe with validate

Attributes

Source:
all.scala
Graph
Supertypes
trait validate
trait safe
trait eval
trait either
class Object
trait Matchable
class Any
Self type
all.type
object either extends either

Attributes

Companion:
trait
Source:
either.scala
Graph
Supertypes
trait either
class Object
trait Matchable
class Any
Self type
either.type
trait either

Attributes

Companion:
object
Source:
either.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object either.type
object eval extends eval

Attributes

Companion:
trait
Source:
eval.scala
Graph
Supertypes
trait eval
class Object
trait Matchable
class Any
Self type
eval.type
trait eval

Attributes

Companion:
object
Source:
eval.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object eval.type
object safe extends safe

Attributes

Companion:
trait
Source:
safe.scala
Graph
Supertypes
trait safe
class Object
trait Matchable
class Any
Self type
safe.type
trait safe

Attributes

Companion:
object
Source:
safe.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object safe.type
object validate extends validate

Attributes

Companion:
trait
Source:
validate.scala
Graph
Supertypes
trait validate
class Object
trait Matchable
class Any
Self type
trait validate

Attributes

Companion:
object
Source:
validate.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object validate.type

Value members

Concrete methods

def EffScalazApplicative[R]: Applicative[[_] =>> Eff[R, _$6]]

Attributes

Source:
package.scala
def catsSemigroup[A](s: Semigroup[A]): Semigroup[A]

Attributes

Source:
package.scala

Implicits

Implicits

final implicit def EffScalazMonad[R]: Monad[[_] =>> Eff[R, _$1]] & BindRec[[_] =>> Eff[R, _$2]]

Monad implementation for the Eff[R, *] type

Monad implementation for the Eff[R, *] type

Attributes

Source:
package.scala