Packages

object \&/ extends TheseInstances with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. \&/
  2. Serializable
  3. TheseInstances
  4. TheseInstances0
  5. TheseInstances1
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def TheseBand[A, B](implicit arg0: Band[A], arg1: Band[B]): Band[\&/[A, B]]
    Definition Classes
    TheseInstances
  5. implicit val TheseBitraverse: Bitraverse[\&/]
    Definition Classes
    TheseInstances0
  6. implicit def TheseEqual[A, B](implicit EA: Equal[A], EB: Equal[B]): Equal[\&/[A, B]]
    Definition Classes
    TheseInstances1
  7. implicit def TheseInstance0[L](implicit arg0: Semigroup[L]): Monad[[β$0$]\&/[L, β$0$]] with BindRec[[β$1$]\&/[L, β$1$]]
    Definition Classes
    TheseInstances0
  8. implicit def TheseInstance1[L]: Traverse[[β$4$]\&/[L, β$4$]] with Cobind[[β$5$]\&/[L, β$5$]]
    Definition Classes
    TheseInstances1
  9. implicit final def TheseOrder[A, B](implicit A: Order[A], B: Order[B]): Order[\&/[A, B]]
    Definition Classes
    TheseInstances0
  10. implicit def TheseSemigroup[A, B](implicit SA: Semigroup[A], SB: Semigroup[B]): Semigroup[\&/[A, B]]
    Definition Classes
    TheseInstances1
  11. implicit def TheseShow[A, B](implicit SA: Show[A], SB: Show[B]): Show[\&/[A, B]]
    Definition Classes
    TheseInstances1
  12. def apply[A, B](a: A, b: B): These[A, B]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  15. def concatThat[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): F[B]
  16. def concatThatList[A, B](x: List[\&/[A, B]]): List[B]
  17. def concatThatStream[A, B](x: EphemeralStream[\&/[A, B]]): EphemeralStream[B]
  18. def concatThis[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): F[A]
  19. def concatThisList[A, B](x: List[\&/[A, B]]): List[A]
  20. def concatThisStream[A, B](x: EphemeralStream[\&/[A, B]]): EphemeralStream[A]
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def merge[A](t: \&/[A, A])(implicit S: Semigroup[A]): A
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def tailrecM[L, A, B](f: (A) => \&/[L, \/[A, B]])(a: A)(implicit L: Semigroup[L]): \&/[L, B]
    Annotations
    @tailrec()
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def unalign[F[_], A, B](x: F[\&/[A, B]])(implicit M: MonadPlus[F]): (F[A], F[B])
  35. def unalignList[A, B](x: List[\&/[A, B]]): (List[A], List[B])
  36. def unalignStream[A, B](x: EphemeralStream[\&/[A, B]]): (EphemeralStream[A], EphemeralStream[B])
  37. def unapply[A, B](t: Both[A, B]): Some[(A, B)]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from TheseInstances

Inherited from TheseInstances0

Inherited from TheseInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped