Class/Object

scalaz

\&/

Related Docs: object \&/ | package scalaz

Permalink

sealed abstract class \&/[+A, +B] extends Product with Serializable

Source
These.scala
Since

7.0.3

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. \&/
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    Equals
  2. abstract def productArity: Int

    Permalink
    Definition Classes
    Product
  3. abstract def productElement(n: Int): Any

    Permalink
    Definition Classes
    Product

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &&&[AA >: A, C](t: \&/[AA, C])(implicit M: Semigroup[AA]): \&/[AA, (B, C)]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def ===[AA >: A, BB >: B](x: \&/[AA, BB])(implicit EA: Equal[AA], EB: Equal[BB]): Boolean

    Permalink
  6. def a: Option[A]

    Permalink
  7. def append[AA >: A, BB >: B](that: ⇒ \&/[AA, BB])(implicit SA: Semigroup[AA], SB: Semigroup[BB]): \&/[AA, BB]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def b: Option[B]

    Permalink
  10. def bifoldMap[M](f: (A) ⇒ M)(g: (B) ⇒ M)(implicit M: Semigroup[M]): M

    Permalink
  11. def bifoldRight[Z](z: ⇒ Z)(f: (A, ⇒ Z) ⇒ Z)(g: (B, ⇒ Z) ⇒ Z): Z

    Permalink
  12. def bimap[C, D](f: (A) ⇒ C, g: (B) ⇒ D): \&/[C, D]

    Permalink
  13. def bitraverse[F[_], C, D](f: (A) ⇒ F[C], g: (B) ⇒ F[D])(implicit arg0: Apply[F]): F[\&/[C, D]]

    Permalink
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def exists(p: (B) ⇒ Boolean): Boolean

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flatMap[AA >: A, D](g: (B) ⇒ \&/[AA, D])(implicit M: Semigroup[AA]): \&/[AA, D]

    Permalink
  20. def fold[X](s: (A) ⇒ X, t: (B) ⇒ X, q: (A, B) ⇒ X): X

    Permalink
  21. def foldMap[C](f: (B) ⇒ C)(implicit M: Monoid[C]): C

    Permalink
  22. def foldRight[Z](z: ⇒ Z)(f: (B, ⇒ Z) ⇒ Z): Z

    Permalink
  23. def forall(p: (B) ⇒ Boolean): Boolean

    Permalink
  24. def foreach(g: (B) ⇒ Unit): Unit

    Permalink
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def getOrElse[BB >: B](bb: ⇒ BB): BB

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def isBoth: Boolean

    Permalink
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isThat: Boolean

    Permalink
  31. def isThis: Boolean

    Permalink
  32. def leftMap[C](f: (A) ⇒ C): \&/[C, B]

    Permalink
  33. def map[D](g: (B) ⇒ D): \&/[A, D]

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. def onlyBoth: Option[(A, B)]

    Permalink
  38. def onlyThat: Option[B]

    Permalink
  39. def onlyThis: Option[A]

    Permalink
  40. def onlyThisOrThat: Option[\/[A, B]]

    Permalink
  41. def pad: (Option[A], Option[B])

    Permalink
  42. def productIterator: Iterator[Any]

    Permalink
    Definition Classes
    Product
  43. def productPrefix: String

    Permalink
    Definition Classes
    Product
  44. def show[AA >: A, BB >: B](implicit SA: Show[AA], SB: Show[BB]): Cord

    Permalink
  45. def swap: \&/[B, A]

    Permalink
  46. def swapped[AA, BB](k: (\&/[B, A]) ⇒ \&/[BB, AA]): \&/[AA, BB]

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toList: List[B]

    Permalink
  49. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  50. def traverse[F[_], AA >: A, D](g: (B) ⇒ F[D])(implicit arg0: Applicative[F]): F[\&/[AA, D]]

    Permalink
  51. def unary_~: \&/[B, A]

    Permalink
  52. def valueOr[BB >: B](x: (A) ⇒ BB)(implicit M: Semigroup[BB]): BB

    Permalink
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def |[BB >: B](bb: ⇒ BB): BB

    Permalink
  57. def ~[AA, BB](k: (\&/[B, A]) ⇒ \&/[BB, AA]): \&/[AA, BB]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped