scalaz

\&/

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

Source
These.scala
Since

7.0.3

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new \&/()

Abstract Value Members

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

    Definition Classes
    Equals
  2. abstract def productArity: Int

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

    Definition Classes
    Product

Concrete Value Members

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

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

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

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

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

  6. def a: Option[A]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def b: Option[B]

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

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

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

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

  13. def clone(): AnyRef

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

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

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

  17. def finalize(): Unit

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

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

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

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

  22. def forall(p: (B) ⇒ Boolean): Boolean

  23. def foreach(g: (B) ⇒ Unit): Unit

  24. final def getClass(): Class[_]

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

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. def isBoth: Boolean

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isThat: Boolean

  30. def isThis: Boolean

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

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

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

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

  37. def onlyThat: Option[B]

  38. def onlyThis: Option[A]

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

  40. def productIterator: Iterator[Any]

    Definition Classes
    Product
  41. def productPrefix: String

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

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

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

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

    Definition Classes
    AnyRef
  46. def toList: List[B]

  47. def toString(): String

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

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

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

  51. final def wait(): Unit

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

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

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

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

Deprecated Value Members

  1. def zip[AA >: A, C](t: \&/[AA, C])(implicit M: Semigroup[AA]): \&/[AA, (B, C)]

    Annotations
    @deprecated
    Deprecated

    (Since version 7.1.0) 'These' forms no lawful Zip instances; use &&& instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped