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 val TheseBitraverse: Bitraverse[\&/]

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

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

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

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

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

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

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

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  39. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. 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