Object/Class

scalaz

\&/

Related Docs: class \&/ | package scalaz

Permalink

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
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

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

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

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

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

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

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

    Permalink
    Definition Classes
    TheseInstances1
  7. implicit def TheseInstance0[L](implicit arg0: Semigroup[L]): Monad[[β$4$]\&/[L, β$4$]] with BindRec[[β$5$]\&/[L, β$5$]]

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

    Permalink
    Definition Classes
    TheseInstances1
  9. implicit def TheseIsCovariantLeft[A]: IsCovariant[[α$2$]\&/[α$2$, A]]

    Permalink
    Definition Classes
    TheseInstances0
  10. implicit def TheseIsCovariantRight[A]: IsCovariant[[β$0$]\&/[A, β$0$]]

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

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

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

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

    Permalink
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def clone(): AnyRef

    Permalink
    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]

    Permalink
  18. def concatThatIList[A, B](x: IList[\&/[A, B]]): IList[B]

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

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

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

    Permalink
  22. def concatThisIList[A, B](x: IList[\&/[A, B]]): IList[A]

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

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

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

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

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

    Permalink
  37. def toString(): String

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

    Permalink
  39. def unalignIList[A, B](x: IList[\&/[A, B]]): (IList[A], IList[B])

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

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

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

    Permalink
  43. final def wait(): Unit

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

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

    Permalink
    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