Class/Object

scalaz

TheseT

Related Docs: object TheseT | package scalaz

Permalink

final case class TheseT[F[_], A, B](run: F[\&/[A, B]]) extends Product with Serializable

Source
TheseT.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TheseT
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TheseT(run: F[\&/[A, B]])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def &&&[AA >: A, C](t: TheseT[F, AA, C])(implicit M: Semigroup[AA], F: Apply[F]): TheseT[F, AA, (B, C)]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def a(implicit F: Functor[F]): OptionT[F, A]

    Permalink
  6. def append[AA >: A, BB >: B](that: ⇒ TheseT[F, AA, BB])(implicit F: Apply[F], SA: Semigroup[AA], SB: Semigroup[BB]): TheseT[F, AA, BB]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def b(implicit F: Functor[F]): OptionT[F, B]

    Permalink
  9. def bimap[C, D](f: (A) ⇒ C, g: (B) ⇒ D)(implicit F: Functor[F]): TheseT[F, C, D]

    Permalink
  10. def bitraverse[G[_], C, D](f: (A) ⇒ G[C], g: (B) ⇒ G[D])(implicit F: Traverse[F], G: Applicative[G]): G[TheseT[F, C, D]]

    Permalink
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    AnyRef
  13. def exists(p: (B) ⇒ Boolean)(implicit F: Functor[F]): F[Boolean]

    Permalink
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def flatMap[AA >: A, C](f: (B) ⇒ TheseT[F, AA, C])(implicit M: Monad[F], S: Semigroup[AA]): TheseT[F, AA, C]

    Permalink
  16. def flatMapF[AA >: A, C](f: (B) ⇒ F[\&/[AA, C]])(implicit M: Monad[F], S: Semigroup[AA]): TheseT[F, AA, C]

    Permalink
  17. def fold[X](s: (A) ⇒ X, t: (B) ⇒ X, q: (A, B) ⇒ X)(implicit F: Functor[F]): F[X]

    Permalink
  18. def foldRight[Z](z: ⇒ Z)(f: (B, ⇒ Z) ⇒ Z)(implicit F: Foldable[F]): Z

    Permalink
  19. def forall(p: (B) ⇒ Boolean)(implicit F: Functor[F]): F[Boolean]

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getOrElse(default: ⇒ B)(implicit F: Functor[F]): F[B]

    Permalink
  22. def isBoth(implicit F: Functor[F]): F[Boolean]

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def isThat(implicit F: Functor[F]): F[Boolean]

    Permalink
  25. def isThis(implicit F: Functor[F]): F[Boolean]

    Permalink
  26. def leftMap[C](f: (A) ⇒ C)(implicit F: Functor[F]): TheseT[F, C, B]

    Permalink
  27. def map[C](f: (B) ⇒ C)(implicit F: Functor[F]): TheseT[F, A, C]

    Permalink
  28. def mapT[G[_], C, D](f: (F[\&/[A, B]]) ⇒ G[\&/[C, D]]): TheseT[G, C, D]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def onlyBoth(implicit F: Functor[F]): OptionT[F, (A, B)]

    Permalink
  33. def onlyThat(implicit F: Functor[F]): OptionT[F, B]

    Permalink
  34. def onlyThis(implicit F: Functor[F]): OptionT[F, A]

    Permalink
  35. def onlyThisOrThat(implicit F: Functor[F]): OptionT[F, \/[A, B]]

    Permalink
  36. def pad(implicit F: Functor[F]): F[(Option[A], Option[B])]

    Permalink
  37. val run: F[\&/[A, B]]

    Permalink
  38. def show(implicit SA: Show[A], SB: Show[B], F: Functor[F]): F[Cord]

    Permalink
  39. def swap(implicit F: Functor[F]): TheseT[F, B, A]

    Permalink
  40. def swapped[AA, BB](k: (\&/[B, A]) ⇒ \&/[BB, AA])(implicit F: Functor[F]): TheseT[F, AA, BB]

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toList(implicit F: Functor[F]): ListT[F, B]

    Permalink
  43. def traverse[G[_], AA >: A, D](g: (B) ⇒ G[D])(implicit F: Traverse[F], G: Applicative[G]): G[TheseT[F, AA, D]]

    Permalink
  44. def unary_~(implicit F: Functor[F]): TheseT[F, B, A]

    Permalink
  45. def valueOr[BB >: B](x: (A) ⇒ BB)(implicit M: Semigroup[BB], F: Functor[F]): F[BB]

    Permalink
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def |(default: ⇒ B)(implicit F: Functor[F]): F[B]

    Permalink
  50. def ~[AA, BB](k: (\&/[B, A]) ⇒ \&/[BB, AA])(implicit F: Functor[F]): TheseT[F, AA, BB]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped