scalaz.\&/

That

final case class That[B](bb: B) extends \&/[Nothing, B] with Product with Serializable

Source
These.scala
Linear Supertypes
\&/[Nothing, B], Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. That
  2. \&/
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new That(bb: B)

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 &&&[AA >: Nothing, C](t: \&/[AA, C])(implicit M: Semigroup[AA]): \&/[AA, (B, C)]

    Definition Classes
    \&/
  5. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    \&/
  8. def a: Option[Nothing]

    Definition Classes
    \&/
  9. def append[AA >: Nothing, BB >: B](that: ⇒ \&/[AA, BB])(implicit SA: Semigroup[AA], SB: Semigroup[BB]): \&/[AA, BB]

    Definition Classes
    \&/
  10. final def asInstanceOf[T0]: T0

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

    Definition Classes
    \&/
  12. val bb: B

  13. def bifoldMap[M](f: (Nothing) ⇒ M)(g: (B) ⇒ M)(implicit M: Semigroup[M]): M

    Definition Classes
    \&/
  14. def bifoldRight[Z](z: ⇒ Z)(f: (Nothing, ⇒ Z) ⇒ Z)(g: (B, ⇒ Z) ⇒ Z): Z

    Definition Classes
    \&/
  15. def bimap[C, D](f: (Nothing) ⇒ C, g: (B) ⇒ D): \&/[C, D]

    Definition Classes
    \&/
  16. def bitraverse[F[_], C, D](f: (Nothing) ⇒ F[C], g: (B) ⇒ F[D])(implicit arg0: Apply[F]): F[\&/[C, D]]

    Definition Classes
    \&/
  17. def canEqual(arg0: Any): Boolean

    Definition Classes
    That → Equals
  18. def clone(): AnyRef

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

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

    Definition Classes
    That → Equals → AnyRef → Any
  21. def exists(p: (B) ⇒ Boolean): Boolean

    Definition Classes
    \&/
  22. def finalize(): Unit

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

    Definition Classes
    \&/
  24. def fold[X](s: (Nothing) ⇒ X, t: (B) ⇒ X, q: (Nothing, B) ⇒ X): X

    Definition Classes
    \&/
  25. def foldMap[C](f: (B) ⇒ C)(implicit M: Monoid[C]): C

    Definition Classes
    \&/
  26. def foldRight[Z](z: ⇒ Z)(f: (B, ⇒ Z) ⇒ Z): Z

    Definition Classes
    \&/
  27. def forall(p: (B) ⇒ Boolean): Boolean

    Definition Classes
    \&/
  28. def foreach(g: (B) ⇒ Unit): Unit

    Definition Classes
    \&/
  29. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    \&/
  31. def hashCode(): Int

    Definition Classes
    That → AnyRef → Any
  32. def isBoth: Boolean

    Definition Classes
    \&/
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def isThat: Boolean

    Definition Classes
    \&/
  35. def isThis: Boolean

    Definition Classes
    \&/
  36. def leftMap[C](f: (Nothing) ⇒ C): \&/[C, B]

    Definition Classes
    \&/
  37. def map[D](g: (B) ⇒ D): \&/[Nothing, D]

    Definition Classes
    \&/
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  41. def onlyBoth: Option[(Nothing, B)]

    Definition Classes
    \&/
  42. def onlyThat: Option[B]

    Definition Classes
    \&/
  43. def onlyThis: Option[Nothing]

    Definition Classes
    \&/
  44. def onlyThisOrThat: Option[\/[Nothing, B]]

    Definition Classes
    \&/
  45. def pad: (Option[Nothing], Option[B])

    Definition Classes
    \&/
  46. def productArity: Int

    Definition Classes
    That → Product
  47. def productElement(arg0: Int): Any

    Definition Classes
    That → Product
  48. def productIterator: Iterator[Any]

    Definition Classes
    Product
  49. def productPrefix: String

    Definition Classes
    That → Product
  50. def show[AA >: Nothing, BB >: B](implicit SA: Show[AA], SB: Show[BB]): Cord

    Definition Classes
    \&/
  51. def swap: \&/[B, Nothing]

    Definition Classes
    \&/
  52. def swapped[AA, BB](k: (\&/[B, Nothing]) ⇒ \&/[BB, AA]): \&/[AA, BB]

    Definition Classes
    \&/
  53. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    \&/
  55. def toString(): String

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

    Definition Classes
    \&/
  57. def unary_~: \&/[B, Nothing]

    Definition Classes
    \&/
  58. def valueOr[BB >: B](x: (Nothing) ⇒ BB)(implicit M: Semigroup[BB]): BB

    Definition Classes
    \&/
  59. final def wait(): Unit

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

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

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

    Definition Classes
    \&/
  63. def ~[AA, BB](k: (\&/[B, Nothing]) ⇒ \&/[BB, AA]): \&/[AA, BB]

    Definition Classes
    \&/

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

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

    Definition Classes
    \&/
    Annotations
    @deprecated
    Deprecated

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

Inherited from \&/[Nothing, B]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any