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: AnyRef): Boolean

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

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

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

  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. def ===(x: \&/[A, B])(implicit EA: Equal[A], EB: Equal[B]): Boolean

  8. def a: Option[A]

  9. final def asInstanceOf[T0]: T0

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

  11. def bifoldMap[M](f: (A) ⇒ M)(g: (B) ⇒ M)(implicit M: Monoid[M]): M

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

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

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

  15. def clone(): AnyRef

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

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

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

  19. def finalize(): Unit

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. def getOrElse(bb: ⇒ B): B

  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def isBoth: Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isThat: Boolean

  32. def isThis: Boolean

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

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

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

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

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

    Definition Classes
    AnyRef
  38. def productIterator: Iterator[Any]

    Definition Classes
    Product
  39. def productPrefix: String

    Definition Classes
    Product
  40. def show(implicit SA: Show[A], SB: Show[B]): Cord

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

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

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

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

  45. def toString(): String

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

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

  48. def valueOr(x: (A) ⇒ B)(implicit M: Semigroup[B]): B

  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def |(bb: ⇒ B): B

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

Deprecated Value Members

  1. def zip[C](t: \&/[A, C])(implicit M: Semigroup[A]): \&/[A, (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