scalaz

\&/

object \&/ extends TheseInstances with Serializable

Source
These.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. \&/
  2. Serializable
  3. Serializable
  4. TheseInstances
  5. TheseInstances0
  6. TheseInstances1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class Both[A, B](aa: A, bb: B) extends \&/[A, B] with Product with Serializable

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

  3. type These[A, B] = \&/[A, B]

    Definition Classes
    TheseInstances
  4. final case class This[A](aa: A) extends \&/[A, Nothing] with Product with Serializable

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. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. implicit def TheseBand[A, B](implicit arg0: Band[A], arg1: Band[B]): Band[\&/[A, B]]

    Definition Classes
    TheseInstances
  7. implicit val TheseBitraverse: Bitraverse[\&/]

    Definition Classes
    TheseInstances0
  8. implicit def TheseEqual[A, B](implicit EA: Equal[A], EB: Equal[B]): Equal[\&/[A, B]]

    Definition Classes
    TheseInstances1
  9. implicit def TheseInstance0[L](implicit arg0: Semigroup[L]): Monad[[β$0$]\&/[L, β$0$]] with BindRec[[β$1$]\&/[L, β$1$]]

    Definition Classes
    TheseInstances0
  10. implicit def TheseInstance1[L]: Traverse[[β$4$]\&/[L, β$4$]] with Cobind[[β$5$]\&/[L, β$5$]]

    Definition Classes
    TheseInstances1
  11. implicit final def TheseOrder[A, B](implicit A: Order[A], B: Order[B]): Order[\&/[A, B]]

    Definition Classes
    TheseInstances0
  12. implicit def TheseSemigroup[A, B](implicit SA: Semigroup[A], SB: Semigroup[B]): Semigroup[\&/[A, B]]

    Definition Classes
    TheseInstances1
  13. implicit def TheseShow[A, B](implicit SA: Show[A], SB: Show[B]): Show[\&/[A, B]]

    Definition Classes
    TheseInstances1
  14. def apply[A, B](a: A, b: B): These[A, B]

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def concatThat[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): F[B]

  18. def concatThatList[A, B](x: List[\&/[A, B]]): List[B]

  19. def concatThatStream[A, B](x: EphemeralStream[\&/[A, B]]): EphemeralStream[B]

  20. def concatThis[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): F[A]

  21. def concatThisList[A, B](x: List[\&/[A, B]]): List[A]

  22. def concatThisStream[A, B](x: EphemeralStream[\&/[A, B]]): EphemeralStream[A]

  23. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. def merge[A](t: \&/[A, A])(implicit S: Semigroup[A]): A

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

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

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

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

    Definition Classes
    AnyRef
  34. def tailrecM[L, A, B](f: (A) ⇒ \&/[L, \/[A, B]])(a: A)(implicit L: Semigroup[L]): \&/[L, B]

    Annotations
    @tailrec()
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def unalign[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): (F[A], F[B])

  37. def unalignList[A, B](x: List[\&/[A, B]]): (List[A], List[B])

  38. def unalignStream[A, B](x: EphemeralStream[\&/[A, B]]): (EphemeralStream[A], EphemeralStream[B])

  39. def unapply[A, B](t: Both[A, B]): Some[(A, B)]

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from TheseInstances

Inherited from TheseInstances0

Inherited from TheseInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped