scalaz

MABs

trait MABs extends MAsLow

Source
MAB.scala
Linear Supertypes
MAsLow, MABLow, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MABs
  2. MAsLow
  3. MABLow
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. implicit def CokleisliMAB [M[_], A, B] (k: Cokleisli[M, A, B]): MAB[[α, β]Cokleisli[M, α, β], A, B]

    Attributes
    implicit
  7. implicit def Const2MAB [M, A, B] (k: Const2[M, A, B]): MAB[[α, β]Const2[M, α, β], A, B]

    Attributes
    implicit
  8. implicit def ConstMA [B, A] (c: Const[B, A]): MA[[α]Const[B, α], A]

    Attributes
    implicit
  9. implicit def EitherLeftMA [X, A] (a: LeftProjection[A, X]): MA[[α]LeftProjection[α, X], A]

    Attributes
    implicit
  10. implicit def EitherRightMA [X, A] (a: RightProjection[X, A]): MA[[α]RightProjection[X, α], A]

    Attributes
    implicit
  11. implicit def FingerMA [V, A] (t: Finger[V, A]): MA[[α]Finger[V, α], A]

    Attributes
    implicit
  12. implicit def FingerTreeMA [V, A] (t: FingerTree[V, A]): MA[[α]FingerTree[V, α], A]

    Attributes
    implicit
  13. implicit def Function1ApplyMA [A, R] (f: (A) ⇒ R): MA[[α](A) ⇒ α, R]

    Attributes
    implicit
  14. implicit def Function1FlipMAContravariant [A, R] (f: (R) ⇒ A): MAContravariant[[α](α) ⇒ A, R]

    Attributes
    implicit
  15. implicit def Function2MA [R, S, A] (a: (R, S) ⇒ A): MA[[α](R, S) ⇒ α, A]

    Attributes
    implicit
  16. implicit def Function3MA [R, S, T, A] (a: (R, S, T) ⇒ A): MA[[α](R, S, T) ⇒ α, A]

    Attributes
    implicit
  17. implicit def Function4MA [R, S, T, U, A] (a: (R, S, T, U) ⇒ A): MA[[α](R, S, T, U) ⇒ α, A]

    Attributes
    implicit
  18. implicit def Function5MA [R, S, T, U, V, A] (a: (R, S, T, U, V) ⇒ A): MA[[α](R, S, T, U, V) ⇒ α, A]

    Attributes
    implicit
  19. implicit def Function6MA [R, S, T, U, V, W, A] (a: (R, S, T, U, V, W) ⇒ A): MA[[α](R, S, T, U, V, W) ⇒ α, A]

    Attributes
    implicit
  20. implicit def IterVMA [A, E] (v: IterV[E, A]): MA[[α]IterV[E, α], A]

    Attributes
    implicit
  21. implicit def KleisliMA [M[_], A, B] (k: Kleisli[M, A, B]): MA[[α]Kleisli[M, A, α], B]

    Attributes
    implicit
  22. implicit def KleisliMAB [M[_], A, B] (k: Kleisli[M, A, B]): MAB[[α, β]Kleisli[M, α, β], A, B]

    Attributes
    implicit
  23. implicit def MapEntryMA [X, A] (e: Entry[X, A]): MA[[α]Entry[X, α], A]

    Attributes
    implicit
  24. implicit def MapMA [K, V] (m: Map[K, V]): MA[[α]Map[α, V], K]

    Attributes
    implicit
  25. implicit def MemoMA [V, A] (m: Memo[A, V]): MA[[α]Memo[α, V], A]

    Attributes
    implicit
  26. implicit def NodeMA [V, A] (t: Node[V, A]): MA[[α]Node[V, α], A]

    Attributes
    implicit
  27. implicit def STMA [S, A] (s: ST[S, A]): MA[[α]ST[S, α], A]

    Attributes
    implicit
  28. implicit def SeqMA [M[X] <: Seq[X], A] (l: M[A]): MA[M, A]

    Attributes
    implicit
  29. implicit def SetMA [M[X] <: Set[X], A] (s: M[A]): MA[M, A]

    Attributes
    implicit
  30. implicit def StateMA [S, A] (s: State[S, A]): MA[[α]State[S, α], A]

    Attributes
    implicit
  31. implicit def Tuple2MA [R, A] (a: (R, A)): MA[[α](R, α), A]

    Attributes
    implicit
  32. implicit def Tuple3MA [R, S, A] (a: (R, S, A)): MA[[α](R, S, α), A]

    Attributes
    implicit
  33. implicit def Tuple4MA [R, S, T, A] (a: (R, S, T, A)): MA[[α](R, S, T, α), A]

    Attributes
    implicit
  34. implicit def Tuple5MA [R, S, T, U, A] (a: (R, S, T, U, A)): MA[[α](R, S, T, U, α), A]

    Attributes
    implicit
  35. implicit def Tuple6MA [R, S, T, U, V, A] (a: (R, S, T, U, V, A)): MA[[α](R, S, T, U, V, α), A]

    Attributes
    implicit
  36. implicit def Tuple7MA [R, S, T, U, V, W, A] (a: (R, S, T, U, V, W, A)): MA[[α](R, S, T, U, V, W, α), A]

    Attributes
    implicit
  37. implicit def ValidationFailureMA [A, E] (f: FailProjection[E, A]): MA[[α]FailProjection[α, A], E]

    Attributes
    implicit
  38. implicit def ValidationMA [A, E] (v: Validation[E, A]): MA[[α]Validation[E, α], A]

    Attributes
    implicit
  39. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  40. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  41. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  42. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  43. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  45. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  46. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  47. def ma [M[_], A] (a: M[A]): MA[M, A]

  48. def maContravariant [M[_], A] (a: M[A])(implicit cf: Contravariant[M]): MAContravariant[M, A]

  49. implicit def maContravariantImplicit [M[_], A] (a: M[A]): MAContravariant[M, A]

    Attributes
    implicit
    Definition Classes
    MAsLow
  50. implicit def maImplicit [M[_], A] (a: M[A]): MA[M, A]

    Attributes
    implicit
    Definition Classes
    MAsLow
  51. implicit def mab [M[_, _], A, B] (a: M[A, B]): MAB[M, A, B]

    Attributes
    implicit
    Definition Classes
    MABLow
  52. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  53. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  54. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  55. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  56. def toString (): String

    Definition Classes
    AnyRef → Any
  57. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from MAsLow

Inherited from MABLow

Inherited from AnyRef

Inherited from Any