Package

scalaz

syntax

Permalink

package syntax

Implicits to provide a convenient syntax to work with type classes and functions.

Non-trivial code should *not* be defined in this package; instead delegate.

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. syntax
  2. Syntaxes
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class AlignOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Align

  2. trait AlignSyntax[F[_]] extends FunctorSyntax[F]

    Permalink
  3. final class ApplicativeBuilder[M[_], A, B] extends AnyRef

    Permalink

  4. final class ApplicativeOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Applicative

  5. final class ApplicativePlusOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to ApplicativePlus

  6. trait ApplicativePlusSyntax[F[_]] extends ApplicativeSyntax[F] with PlusEmptySyntax[F]

    Permalink
  7. trait ApplicativeSyntax[F[_]] extends ApplySyntax[F]

    Permalink
  8. final class ApplyOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Apply

  9. trait ApplySyntax[F[_]] extends FunctorSyntax[F]

    Permalink
  10. final class ArrowOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Arrow

  11. trait ArrowSyntax[F[_, _]] extends SplitSyntax[F] with StrongSyntax[F] with CategorySyntax[F]

    Permalink
  12. final class AssociativeOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Associative

  13. trait AssociativeSyntax[F[_, _]] extends AnyRef

    Permalink
  14. final class BandOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to Band

  15. trait BandSyntax[F] extends SemigroupSyntax[F]

    Permalink
  16. final class BifoldableOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Bifoldable

  17. trait BifoldableSyntax[F[_, _]] extends AnyRef

    Permalink
  18. final class BifunctorOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Bifunctor

  19. trait BifunctorSyntax[F[_, _]] extends AnyRef

    Permalink
  20. final class BindOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Bind

  21. final class BindRecOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to BindRec

  22. trait BindRecSyntax[F[_]] extends BindSyntax[F]

    Permalink
  23. trait BindSyntax[F[_]] extends ApplySyntax[F]

    Permalink
  24. final class BitraverseOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Bitraverse

  25. trait BitraverseSyntax[F[_, _]] extends BifunctorSyntax[F] with BifoldableSyntax[F]

    Permalink
  26. final class CatchableOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Catchable

  27. trait CatchableSyntax[F[_]] extends AnyRef

    Permalink
  28. final class CategoryOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Category

  29. trait CategorySyntax[F[_, _]] extends ComposeSyntax[F]

    Permalink
  30. final class ChoiceOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Choice

  31. trait ChoiceSyntax[F[_, _]] extends CategorySyntax[F]

    Permalink
  32. final class CobindOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Cobind

  33. trait CobindSyntax[F[_]] extends FunctorSyntax[F]

    Permalink
  34. final class ComonadOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Comonad

  35. trait ComonadSyntax[F[_]] extends CobindSyntax[F]

    Permalink
  36. final class ComposeOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Compose

  37. trait ComposeSyntax[F[_, _]] extends AnyRef

    Permalink
  38. final class ContTOps[M[_], A] extends AnyVal

    Permalink
  39. final class ContravariantOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Contravariant

  40. trait ContravariantSyntax[F[_]] extends InvariantFunctorSyntax[F]

    Permalink
  41. final class CozipOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Cozip

  42. trait CozipSyntax[F[_]] extends AnyRef

    Permalink
  43. final class DivideOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Divide

  44. trait DivideSyntax[F[_]] extends ContravariantSyntax[F]

    Permalink
  45. final class DivisibleOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Divisible

  46. trait DivisibleSyntax[F[_]] extends DivideSyntax[F]

    Permalink
  47. final class EitherOps[A] extends AnyVal

    Permalink
  48. final class EnumOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to Enum

  49. trait EnumSyntax[F] extends OrderSyntax[F]

    Permalink
  50. final class EqualOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to Equal

  51. trait EqualSyntax[F] extends AnyRef

    Permalink
  52. final class Foldable1Ops[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Foldable1

  53. trait Foldable1Syntax[F[_]] extends FoldableSyntax[F]

    Permalink
  54. final class FoldableOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Foldable

  55. trait FoldableSyntax[F[_]] extends AnyRef

    Permalink
  56. final class FunctorOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Functor

  57. trait FunctorSyntax[F[_]] extends InvariantFunctorSyntax[F]

    Permalink
  58. final class IdOps[A] extends AnyVal

    Permalink
  59. final class InvariantFunctorOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to InvariantFunctor

  60. trait InvariantFunctorSyntax[F[_]] extends AnyRef

    Permalink
  61. final class IsEmptyOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to IsEmpty

  62. trait IsEmptySyntax[F[_]] extends PlusEmptySyntax[F]

    Permalink
  63. final class KleisliFAOps[F[_], A] extends AnyVal

    Permalink
  64. final class KleisliIdOps[A] extends AnyVal

    Permalink
  65. final class MaybeOps[A] extends AnyVal

    Permalink
  66. final class MonadErrorIdOps[S] extends AnyVal

    Permalink
  67. final class MonadErrorOps[F[_], S, A] extends AnyRef

    Permalink

    Wraps a value self and provides methods related to MonadError

  68. trait MonadErrorSyntax[F[_], S] extends MonadSyntax[F]

    Permalink
  69. final class MonadListenOps[F[_], W, A] extends AnyRef

    Permalink
  70. trait MonadListenSyntax[F[_], W] extends MonadTellSyntax[F, W]

    Permalink
  71. final class MonadOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Monad

  72. final class MonadPlusOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to MonadPlus

  73. trait MonadPlusSyntax[F[_]] extends MonadSyntax[F] with ApplicativePlusSyntax[F]

    Permalink
  74. trait MonadSyntax[F[_]] extends ApplicativeSyntax[F] with BindSyntax[F]

    Permalink
  75. final class MonadTellOps[F[_], S, A] extends AnyRef

    Permalink

    Wraps a value self and provides methods related to MonadTell

  76. trait MonadTellSyntax[F[_], S] extends MonadSyntax[F]

    Permalink
  77. final class MonadTransGFGA[F[_[_], _], G[_], A] extends AnyVal

    Permalink
  78. final class MonoidOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to Monoid

  79. trait MonoidSyntax[F] extends SemigroupSyntax[F]

    Permalink
  80. final class NelOps[A] extends AnyVal

    Permalink
  81. final class NondeterminismOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Nondeterminism

  82. trait NondeterminismSyntax[F[_]] extends MonadSyntax[F]

    Permalink
  83. trait Ops[A] extends AnyRef

    Permalink
  84. final class OptionalOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Optional

  85. trait OptionalSyntax[F[_]] extends AnyRef

    Permalink
  86. final class OrderOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to Order

  87. trait OrderSyntax[F] extends EqualSyntax[F]

    Permalink
  88. final class PlusEmptyOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to PlusEmpty

  89. trait PlusEmptySyntax[F[_]] extends PlusSyntax[F]

    Permalink
  90. final class PlusOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Plus

  91. trait PlusSyntax[F[_]] extends AnyRef

    Permalink
  92. final class ProChoiceOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to ProChoice

  93. trait ProChoiceSyntax[F[_, _]] extends ProfunctorSyntax[F]

    Permalink
  94. final class ProfunctorOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Profunctor

  95. trait ProfunctorSyntax[F[_, _]] extends AnyRef

    Permalink
  96. final class ReducerOps[A] extends AnyVal

    Permalink
  97. final class SemiLatticeOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to SemiLattice

  98. trait SemiLatticeSyntax[F] extends BandSyntax[F]

    Permalink
  99. final class SemigroupOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to Semigroup

  100. trait SemigroupSyntax[F] extends AnyRef

    Permalink
  101. final class ShowOps[F] extends Ops[F]

    Permalink

    Wraps a value self and provides methods related to Show

  102. trait ShowSyntax[F] extends AnyRef

    Permalink
  103. final class SplitOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Split

  104. trait SplitSyntax[F[_, _]] extends ComposeSyntax[F]

    Permalink
  105. final class StateOps[A] extends AnyVal

    Permalink
  106. final class StrictTreeOps[A] extends AnyVal

    Permalink
  107. final class StrongOps[F[_, _], A, B] extends Ops[F[A, B]]

    Permalink

    Wraps a value self and provides methods related to Strong

  108. trait StrongSyntax[F[_, _]] extends ProfunctorSyntax[F]

    Permalink
  109. trait Syntaxes extends AnyRef

    Permalink
  110. final class TagOps[A, T] extends AnyVal

    Permalink
  111. final class TheseOps[A] extends AnyVal

    Permalink
  112. final class ThesePairOps[A, B] extends AnyVal

    Permalink
  113. trait ToAlignOps[TC[F[_]] <: Align[F[_]]] extends ToAlignOps0[TC] with ToFunctorOps[TC]

    Permalink
  114. trait ToAlignOps0[TC[F[_]] <: Align[F[_]]] extends ToAlignOpsU[TC]

    Permalink
  115. sealed trait ToAlignOpsU[TC[F[_]] <: Align[F[_]]] extends AnyRef

    Permalink
  116. trait ToApplicativeOps[TC[F[_]] <: Applicative[F[_]]] extends ToApplicativeOps0[TC] with ToApplyOps[TC]

    Permalink
  117. trait ToApplicativeOps0[TC[F[_]] <: Applicative[F[_]]] extends ToApplicativeOpsU[TC]

    Permalink
  118. sealed trait ToApplicativeOpsU[TC[F[_]] <: Applicative[F[_]]] extends AnyRef

    Permalink
  119. trait ToApplicativePlusOps[TC[F[_]] <: ApplicativePlus[F[_]]] extends ToApplicativePlusOps0[TC] with ToApplicativeOps[TC] with ToPlusEmptyOps[TC]

    Permalink
  120. trait ToApplicativePlusOps0[TC[F[_]] <: ApplicativePlus[F[_]]] extends ToApplicativePlusOpsU[TC]

    Permalink
  121. sealed trait ToApplicativePlusOpsU[TC[F[_]] <: ApplicativePlus[F[_]]] extends AnyRef

    Permalink
  122. trait ToApplyOps[TC[F[_]] <: Apply[F[_]]] extends ToApplyOps0[TC] with ToFunctorOps[TC]

    Permalink
  123. trait ToApplyOps0[TC[F[_]] <: Apply[F[_]]] extends ToApplyOpsU[TC]

    Permalink
  124. sealed trait ToApplyOpsU[TC[F[_]] <: Apply[F[_]]] extends AnyRef

    Permalink
  125. trait ToArrowOps[TC[F[_, _]] <: Arrow[F[_, _]]] extends ToArrowOps0[TC] with ToSplitOps[TC] with ToStrongOps[TC] with ToCategoryOps[TC]

    Permalink
  126. trait ToArrowOps0[TC[F[_, _]] <: Arrow[F[_, _]]] extends ToArrowOpsU[TC]

    Permalink
  127. sealed trait ToArrowOpsU[TC[F[_, _]] <: Arrow[F[_, _]]] extends AnyRef

    Permalink
  128. trait ToAssociativeOps[TC[F[_, _]] <: Associative[F[_, _]]] extends ToAssociativeOps0[TC]

    Permalink
  129. trait ToAssociativeOps0[TC[F[_, _]] <: Associative[F[_, _]]] extends ToAssociativeOpsU[TC]

    Permalink
  130. sealed trait ToAssociativeOpsU[TC[F[_, _]] <: Associative[F[_, _]]] extends AnyRef

    Permalink
  131. trait ToBandOps extends ToSemigroupOps

    Permalink
  132. trait ToBifoldableOps[TC[F[_, _]] <: Bifoldable[F[_, _]]] extends ToBifoldableOps0[TC]

    Permalink
  133. trait ToBifoldableOps0[TC[F[_, _]] <: Bifoldable[F[_, _]]] extends ToBifoldableOpsU[TC]

    Permalink
  134. sealed trait ToBifoldableOpsU[TC[F[_, _]] <: Bifoldable[F[_, _]]] extends AnyRef

    Permalink
  135. trait ToBifunctorOps[TC[F[_, _]] <: Bifunctor[F[_, _]]] extends ToBifunctorOps0[TC]

    Permalink
  136. trait ToBifunctorOps0[TC[F[_, _]] <: Bifunctor[F[_, _]]] extends ToBifunctorOpsU[TC]

    Permalink
  137. sealed trait ToBifunctorOpsU[TC[F[_, _]] <: Bifunctor[F[_, _]]] extends AnyRef

    Permalink
  138. trait ToBindOps[TC[F[_]] <: Bind[F[_]]] extends ToBindOps0[TC] with ToApplyOps[TC]

    Permalink
  139. trait ToBindOps0[TC[F[_]] <: Bind[F[_]]] extends ToBindOpsU[TC]

    Permalink
  140. sealed trait ToBindOpsU[TC[F[_]] <: Bind[F[_]]] extends AnyRef

    Permalink
  141. trait ToBindRecOps[TC[F[_]] <: BindRec[F[_]]] extends ToBindRecOps0[TC] with ToBindOps[TC]

    Permalink
  142. trait ToBindRecOps0[TC[F[_]] <: BindRec[F[_]]] extends ToBindRecOpsU[TC]

    Permalink
  143. sealed trait ToBindRecOpsU[TC[F[_]] <: BindRec[F[_]]] extends AnyRef

    Permalink
  144. trait ToBitraverseOps[TC[F[_, _]] <: Bitraverse[F[_, _]]] extends ToBitraverseOps0[TC] with ToBifunctorOps[TC] with ToBifoldableOps[TC]

    Permalink
  145. trait ToBitraverseOps0[TC[F[_, _]] <: Bitraverse[F[_, _]]] extends ToBitraverseOpsU[TC]

    Permalink
  146. sealed trait ToBitraverseOpsU[TC[F[_, _]] <: Bitraverse[F[_, _]]] extends AnyRef

    Permalink
  147. trait ToCatchableOps[TC[F[_]] <: Catchable[F[_]]] extends ToCatchableOps0[TC]

    Permalink
  148. trait ToCatchableOps0[TC[F[_]] <: Catchable[F[_]]] extends ToCatchableOpsU[TC]

    Permalink
  149. sealed trait ToCatchableOpsU[TC[F[_]] <: Catchable[F[_]]] extends AnyRef

    Permalink
  150. trait ToCategoryOps[TC[F[_, _]] <: Category[F[_, _]]] extends ToCategoryOps0[TC] with ToComposeOps[TC]

    Permalink
  151. trait ToCategoryOps0[TC[F[_, _]] <: Category[F[_, _]]] extends ToCategoryOpsU[TC]

    Permalink
  152. sealed trait ToCategoryOpsU[TC[F[_, _]] <: Category[F[_, _]]] extends AnyRef

    Permalink
  153. trait ToChoiceOps[TC[F[_, _]] <: Choice[F[_, _]]] extends ToChoiceOps0[TC] with ToCategoryOps[TC]

    Permalink
  154. trait ToChoiceOps0[TC[F[_, _]] <: Choice[F[_, _]]] extends ToChoiceOpsU[TC]

    Permalink
  155. sealed trait ToChoiceOpsU[TC[F[_, _]] <: Choice[F[_, _]]] extends AnyRef

    Permalink
  156. trait ToCobindOps[TC[F[_]] <: Cobind[F[_]]] extends ToCobindOps0[TC] with ToFunctorOps[TC]

    Permalink
  157. trait ToCobindOps0[TC[F[_]] <: Cobind[F[_]]] extends ToCobindOpsU[TC]

    Permalink
  158. sealed trait ToCobindOpsU[TC[F[_]] <: Cobind[F[_]]] extends AnyRef

    Permalink
  159. trait ToComonadOps[TC[F[_]] <: Comonad[F[_]]] extends ToComonadOps0[TC] with ToCobindOps[TC]

    Permalink
  160. trait ToComonadOps0[TC[F[_]] <: Comonad[F[_]]] extends ToComonadOpsU[TC]

    Permalink
  161. sealed trait ToComonadOpsU[TC[F[_]] <: Comonad[F[_]]] extends AnyRef

    Permalink
  162. trait ToComposeOps[TC[F[_, _]] <: Compose[F[_, _]]] extends ToComposeOps0[TC]

    Permalink
  163. trait ToComposeOps0[TC[F[_, _]] <: Compose[F[_, _]]] extends ToComposeOpsU[TC]

    Permalink
  164. sealed trait ToComposeOpsU[TC[F[_, _]] <: Compose[F[_, _]]] extends AnyRef

    Permalink
  165. trait ToContTOps extends AnyRef

    Permalink
  166. trait ToContravariantOps[TC[F[_]] <: Contravariant[F[_]]] extends ToContravariantOps0[TC] with ToInvariantFunctorOps[TC]

    Permalink
  167. trait ToContravariantOps0[TC[F[_]] <: Contravariant[F[_]]] extends ToContravariantOpsU[TC]

    Permalink
  168. sealed trait ToContravariantOpsU[TC[F[_]] <: Contravariant[F[_]]] extends AnyRef

    Permalink
  169. trait ToCozipOps[TC[F[_]] <: Cozip[F[_]]] extends ToCozipOps0[TC]

    Permalink
  170. trait ToCozipOps0[TC[F[_]] <: Cozip[F[_]]] extends ToCozipOpsU[TC]

    Permalink
  171. sealed trait ToCozipOpsU[TC[F[_]] <: Cozip[F[_]]] extends AnyRef

    Permalink
  172. trait ToDataOps extends ToIdOps with ToTreeOps with ToStrictTreeOps with ToReducerOps with ToWriterOps with ToStateOps with ToValidationOps with ToKleisliOps with ToEitherOps with ToNelOps with ToTheseOps with ToMaybeOps with ToContTOps

    Permalink
  173. trait ToDivideOps[TC[F[_]] <: Divide[F[_]]] extends ToDivideOps0[TC] with ToContravariantOps[TC]

    Permalink
  174. trait ToDivideOps0[TC[F[_]] <: Divide[F[_]]] extends ToDivideOpsU[TC]

    Permalink
  175. sealed trait ToDivideOpsU[TC[F[_]] <: Divide[F[_]]] extends AnyRef

    Permalink
  176. trait ToDivisibleOps[TC[F[_]] <: Divisible[F[_]]] extends ToDivisibleOps0[TC] with ToDivideOps[TC]

    Permalink
  177. trait ToDivisibleOps0[TC[F[_]] <: Divisible[F[_]]] extends ToDivisibleOpsU[TC]

    Permalink
  178. sealed trait ToDivisibleOpsU[TC[F[_]] <: Divisible[F[_]]] extends AnyRef

    Permalink
  179. trait ToEitherOps extends AnyRef

    Permalink
  180. trait ToEnumOps extends ToOrderOps

    Permalink
  181. trait ToEqualOps extends AnyRef

    Permalink
  182. trait ToFoldable1Ops[TC[F[_]] <: Foldable1[F[_]]] extends ToFoldable1Ops0[TC] with ToFoldableOps[TC]

    Permalink
  183. trait ToFoldable1Ops0[TC[F[_]] <: Foldable1[F[_]]] extends ToFoldable1OpsU[TC]

    Permalink
  184. sealed trait ToFoldable1OpsU[TC[F[_]] <: Foldable1[F[_]]] extends AnyRef

    Permalink
  185. trait ToFoldableOps[TC[F[_]] <: Foldable[F[_]]] extends ToFoldableOps0[TC]

    Permalink
  186. trait ToFoldableOps0[TC[F[_]] <: Foldable[F[_]]] extends ToFoldableOpsU[TC]

    Permalink
  187. sealed trait ToFoldableOpsU[TC[F[_]] <: Foldable[F[_]]] extends AnyRef

    Permalink
  188. trait ToFunctorOps[TC[F[_]] <: Functor[F[_]]] extends ToFunctorOps0[TC] with ToInvariantFunctorOps[TC]

    Permalink
  189. trait ToFunctorOps0[TC[F[_]] <: Functor[F[_]]] extends ToFunctorOpsU[TC]

    Permalink
  190. sealed trait ToFunctorOpsU[TC[F[_]] <: Functor[F[_]]] extends AnyRef

    Permalink
  191. trait ToIdOps extends AnyRef

    Permalink
  192. trait ToInvariantFunctorOps[TC[F[_]] <: InvariantFunctor[F[_]]] extends ToInvariantFunctorOps0[TC]

    Permalink
  193. trait ToInvariantFunctorOps0[TC[F[_]] <: InvariantFunctor[F[_]]] extends ToInvariantFunctorOpsU[TC]

    Permalink
  194. sealed trait ToInvariantFunctorOpsU[TC[F[_]] <: InvariantFunctor[F[_]]] extends AnyRef

    Permalink
  195. trait ToIsEmptyOps[TC[F[_]] <: IsEmpty[F[_]]] extends ToIsEmptyOps0[TC] with ToPlusEmptyOps[TC]

    Permalink
  196. trait ToIsEmptyOps0[TC[F[_]] <: IsEmpty[F[_]]] extends ToIsEmptyOpsU[TC]

    Permalink
  197. sealed trait ToIsEmptyOpsU[TC[F[_]] <: IsEmpty[F[_]]] extends AnyRef

    Permalink
  198. trait ToKleisliOps extends ToKleisliOps0

    Permalink
  199. sealed trait ToKleisliOps0 extends AnyRef

    Permalink
  200. trait ToMaybeOps extends AnyRef

    Permalink
  201. trait ToMonadErrorOps[TC[F[_], S] <: MonadError[F[_], S]] extends ToMonadErrorOps0[TC] with ToMonadOps[[F[_$1]]TC[F, _]]

    Permalink
  202. trait ToMonadErrorOps0[TC[F[_], S] <: MonadError[F[_], S]] extends AnyRef

    Permalink
  203. trait ToMonadListenOps[TC[F[_], W] <: MonadListen[F[_], W]] extends ToMonadListenOps0[TC] with ToMonadTellOps[TC]

    Permalink
  204. trait ToMonadListenOps0[TC[F[_], W] <: MonadListen[F[_], W]] extends AnyRef

    Permalink
  205. trait ToMonadOps[TC[F[_]] <: Monad[F[_]]] extends ToMonadOps0[TC] with ToApplicativeOps[TC] with ToBindOps[TC]

    Permalink
  206. trait ToMonadOps0[TC[F[_]] <: Monad[F[_]]] extends ToMonadOpsU[TC]

    Permalink
  207. sealed trait ToMonadOpsU[TC[F[_]] <: Monad[F[_]]] extends AnyRef

    Permalink
  208. trait ToMonadPlusOps[TC[F[_]] <: MonadPlus[F[_]]] extends ToMonadPlusOps0[TC] with ToMonadOps[TC] with ToApplicativePlusOps[TC]

    Permalink
  209. trait ToMonadPlusOps0[TC[F[_]] <: MonadPlus[F[_]]] extends ToMonadPlusOpsU[TC]

    Permalink
  210. sealed trait ToMonadPlusOpsU[TC[F[_]] <: MonadPlus[F[_]]] extends AnyRef

    Permalink
  211. trait ToMonadTellOps[TC[F[_], S] <: MonadTell[F[_], S]] extends ToMonadTellOps0[TC] with ToMonadOps[[F[_$1]]TC[F, _]]

    Permalink
  212. trait ToMonadTellOps0[TC[F[_], S] <: MonadTell[F[_], S]] extends AnyRef

    Permalink
  213. trait ToMonadTransOps extends AnyRef

    Permalink
  214. trait ToMonoidOps extends ToSemigroupOps

    Permalink
  215. trait ToNelOps extends AnyRef

    Permalink
  216. trait ToNondeterminismOps[TC[F[_]] <: Nondeterminism[F[_]]] extends ToNondeterminismOps0[TC] with ToMonadOps[TC]

    Permalink
  217. trait ToNondeterminismOps0[TC[F[_]] <: Nondeterminism[F[_]]] extends ToNondeterminismOpsU[TC]

    Permalink
  218. sealed trait ToNondeterminismOpsU[TC[F[_]] <: Nondeterminism[F[_]]] extends AnyRef

    Permalink
  219. trait ToOptionalOps[TC[F[_]] <: Optional[F[_]]] extends ToOptionalOps0[TC]

    Permalink
  220. trait ToOptionalOps0[TC[F[_]] <: Optional[F[_]]] extends ToOptionalOpsU[TC]

    Permalink
  221. sealed trait ToOptionalOpsU[TC[F[_]] <: Optional[F[_]]] extends AnyRef

    Permalink
  222. trait ToOrderOps extends ToEqualOps

    Permalink
  223. trait ToPlusEmptyOps[TC[F[_]] <: PlusEmpty[F[_]]] extends ToPlusEmptyOps0[TC] with ToPlusOps[TC]

    Permalink
  224. trait ToPlusEmptyOps0[TC[F[_]] <: PlusEmpty[F[_]]] extends ToPlusEmptyOpsU[TC]

    Permalink
  225. sealed trait ToPlusEmptyOpsU[TC[F[_]] <: PlusEmpty[F[_]]] extends AnyRef

    Permalink
  226. trait ToPlusOps[TC[F[_]] <: Plus[F[_]]] extends ToPlusOps0[TC]

    Permalink
  227. trait ToPlusOps0[TC[F[_]] <: Plus[F[_]]] extends ToPlusOpsU[TC]

    Permalink
  228. sealed trait ToPlusOpsU[TC[F[_]] <: Plus[F[_]]] extends AnyRef

    Permalink
  229. trait ToProChoiceOps[TC[F[_, _]] <: ProChoice[F[_, _]]] extends ToProChoiceOps0[TC] with ToProfunctorOps[TC]

    Permalink
  230. trait ToProChoiceOps0[TC[F[_, _]] <: ProChoice[F[_, _]]] extends ToProChoiceOpsU[TC]

    Permalink
  231. sealed trait ToProChoiceOpsU[TC[F[_, _]] <: ProChoice[F[_, _]]] extends AnyRef

    Permalink
  232. trait ToProfunctorOps[TC[F[_, _]] <: Profunctor[F[_, _]]] extends ToProfunctorOps0[TC]

    Permalink
  233. trait ToProfunctorOps0[TC[F[_, _]] <: Profunctor[F[_, _]]] extends ToProfunctorOpsU[TC]

    Permalink
  234. sealed trait ToProfunctorOpsU[TC[F[_, _]] <: Profunctor[F[_, _]]] extends AnyRef

    Permalink
  235. trait ToReducerOps extends AnyRef

    Permalink
  236. trait ToSemiLatticeOps extends ToBandOps

    Permalink
  237. trait ToSemigroupOps extends AnyRef

    Permalink
  238. trait ToShowOps extends AnyRef

    Permalink
  239. trait ToSplitOps[TC[F[_, _]] <: Split[F[_, _]]] extends ToSplitOps0[TC] with ToComposeOps[TC]

    Permalink
  240. trait ToSplitOps0[TC[F[_, _]] <: Split[F[_, _]]] extends ToSplitOpsU[TC]

    Permalink
  241. sealed trait ToSplitOpsU[TC[F[_, _]] <: Split[F[_, _]]] extends AnyRef

    Permalink
  242. trait ToStateOps extends AnyRef

    Permalink
  243. trait ToStrictTreeOps extends AnyRef

    Permalink
  244. trait ToStrongOps[TC[F[_, _]] <: Strong[F[_, _]]] extends ToStrongOps0[TC] with ToProfunctorOps[TC]

    Permalink
  245. trait ToStrongOps0[TC[F[_, _]] <: Strong[F[_, _]]] extends ToStrongOpsU[TC]

    Permalink
  246. sealed trait ToStrongOpsU[TC[F[_, _]] <: Strong[F[_, _]]] extends AnyRef

    Permalink
  247. trait ToTagOps extends AnyRef

    Permalink
  248. trait ToTheseOps extends AnyRef

    Permalink
  249. trait ToTraverse1Ops[TC[F[_]] <: Traverse1[F[_]]] extends ToTraverse1Ops0[TC] with ToTraverseOps[TC] with ToFoldable1Ops[TC]

    Permalink
  250. trait ToTraverse1Ops0[TC[F[_]] <: Traverse1[F[_]]] extends ToTraverse1OpsU[TC]

    Permalink
  251. sealed trait ToTraverse1OpsU[TC[F[_]] <: Traverse1[F[_]]] extends AnyRef

    Permalink
  252. trait ToTraverseOps[TC[F[_]] <: Traverse[F[_]]] extends ToTraverseOps0[TC] with ToFunctorOps[TC] with ToFoldableOps[TC]

    Permalink
  253. trait ToTraverseOps0[TC[F[_]] <: Traverse[F[_]]] extends ToTraverseOpsU[TC]

    Permalink
  254. sealed trait ToTraverseOpsU[TC[F[_]] <: Traverse[F[_]]] extends AnyRef

    Permalink
  255. trait ToTreeOps extends AnyRef

    Permalink
  256. trait ToTypeClassOps extends ToSemigroupOps with ToMonoidOps with ToBandOps with ToEqualOps with ToShowOps with ToOrderOps with ToEnumOps with ToPlusEmptyOps0[PlusEmpty] with ToFunctorOps0[Functor] with ToContravariantOps0[Contravariant] with ToApplyOps0[Apply] with ToApplicativeOps0[Applicative] with ToBindOps0[Bind] with ToMonadOps0[Monad] with ToComonadOps0[Comonad] with ToBifoldableOps0[Bifoldable] with ToCozipOps0[Cozip] with ToPlusOps0[Plus] with ToApplicativePlusOps0[ApplicativePlus] with ToMonadPlusOps0[MonadPlus] with ToTraverseOps0[Traverse] with ToBifunctorOps0[Bifunctor] with ToAssociativeOps0[Associative] with ToBitraverseOps0[Bitraverse] with ToComposeOps0[Compose] with ToCategoryOps0[Category] with ToArrowOps0[Arrow] with ToProfunctorOps0[Profunctor] with ToStrongOps0[Strong] with ToFoldableOps0[Foldable] with ToChoiceOps0[Choice] with ToSplitOps0[Split] with ToZipOps0[Zip] with ToUnzipOps0[Unzip] with ToMonadTellOps0[MonadTell] with ToMonadListenOps0[MonadListen] with ToMonadErrorOps0[MonadError] with ToFoldable1Ops0[Foldable1] with ToTraverse1Ops0[Traverse1] with ToOptionalOps0[Optional] with ToCatchableOps0[Catchable] with ToAlignOps0[Align] with ToMonadTransOps

    Permalink
  257. trait ToUnzipOps[TC[F[_]] <: Unzip[F[_]]] extends ToUnzipOps0[TC]

    Permalink
  258. trait ToUnzipOps0[TC[F[_]] <: Unzip[F[_]]] extends ToUnzipOpsU[TC]

    Permalink
  259. sealed trait ToUnzipOpsU[TC[F[_]] <: Unzip[F[_]]] extends AnyRef

    Permalink
  260. trait ToValidationOps extends AnyRef

    Permalink
  261. trait ToWriterOps extends AnyRef

    Permalink
  262. trait ToZipOps[TC[F[_]] <: Zip[F[_]]] extends ToZipOps0[TC]

    Permalink
  263. trait ToZipOps0[TC[F[_]] <: Zip[F[_]]] extends ToZipOpsU[TC]

    Permalink
  264. sealed trait ToZipOpsU[TC[F[_]] <: Zip[F[_]]] extends AnyRef

    Permalink
  265. final class Traverse1Ops[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Traverse1

  266. trait Traverse1Syntax[F[_]] extends TraverseSyntax[F] with Foldable1Syntax[F]

    Permalink
  267. final class TraverseOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Traverse

  268. trait TraverseSyntax[F[_]] extends FunctorSyntax[F] with FoldableSyntax[F]

    Permalink
  269. final class TreeOps[A] extends AnyVal

    Permalink
  270. final class UnzipOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Unzip

  271. trait UnzipSyntax[F[_]] extends AnyRef

    Permalink
  272. final class ValidationOps[A] extends AnyVal

    Permalink
  273. final class WriterOps[A] extends AnyVal

    Permalink
  274. final class ZipOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Zip

  275. trait ZipSyntax[F[_]] extends AnyRef

    Permalink

Value Members

  1. object align extends ToAlignOps[Align]

    Permalink
    Definition Classes
    Syntaxes
  2. object align0 extends ToAlignOps0[Align]

    Permalink
    Definition Classes
    Syntaxes
  3. object all extends ToTypeClassOps with ToDataOps

    Permalink
    Definition Classes
    Syntaxes
  4. object applicative extends ToApplicativeOps[Applicative]

    Permalink
    Definition Classes
    Syntaxes
  5. object applicative0 extends ToApplicativeOps0[Applicative]

    Permalink
    Definition Classes
    Syntaxes
  6. object applicativePlus extends ToApplicativePlusOps[ApplicativePlus]

    Permalink
    Definition Classes
    Syntaxes
  7. object applicativePlus0 extends ToApplicativePlusOps0[ApplicativePlus]

    Permalink
    Definition Classes
    Syntaxes
  8. object apply extends ToApplyOps[Apply]

    Permalink
    Definition Classes
    Syntaxes
  9. object apply0 extends ToApplyOps0[Apply]

    Permalink
    Definition Classes
    Syntaxes
  10. object arrow extends ToArrowOps[Arrow]

    Permalink
    Definition Classes
    Syntaxes
  11. object arrow0 extends ToArrowOps0[Arrow]

    Permalink
    Definition Classes
    Syntaxes
  12. object associative extends ToAssociativeOps[Associative]

    Permalink
    Definition Classes
    Syntaxes
  13. object associative0 extends ToAssociativeOps0[Associative]

    Permalink
    Definition Classes
    Syntaxes
  14. object band extends ToBandOps

    Permalink
    Definition Classes
    Syntaxes
  15. object bifoldable extends ToBifoldableOps[Bifoldable]

    Permalink
    Definition Classes
    Syntaxes
  16. object bifoldable0 extends ToBifoldableOps0[Bifoldable]

    Permalink
    Definition Classes
    Syntaxes
  17. object bifunctor extends ToBifunctorOps[Bifunctor]

    Permalink
    Definition Classes
    Syntaxes
  18. object bifunctor0 extends ToBifunctorOps0[Bifunctor]

    Permalink
    Definition Classes
    Syntaxes
  19. object bind extends ToBindOps[Bind]

    Permalink
    Definition Classes
    Syntaxes
  20. object bind0 extends ToBindOps0[Bind]

    Permalink
    Definition Classes
    Syntaxes
  21. object bitraverse extends ToBitraverseOps[Bitraverse]

    Permalink
    Definition Classes
    Syntaxes
  22. object bitraverse0 extends ToBitraverseOps0[Bitraverse]

    Permalink
    Definition Classes
    Syntaxes
  23. object catchable extends ToCatchableOps[Catchable]

    Permalink
    Definition Classes
    Syntaxes
  24. object catchable0 extends ToCatchableOps0[Catchable]

    Permalink
    Definition Classes
    Syntaxes
  25. object category extends ToCategoryOps[Category]

    Permalink
    Definition Classes
    Syntaxes
  26. object category0 extends ToCategoryOps0[Category]

    Permalink
    Definition Classes
    Syntaxes
  27. object choice extends ToChoiceOps[Choice]

    Permalink
    Definition Classes
    Syntaxes
  28. object choice0 extends ToChoiceOps0[Choice]

    Permalink
    Definition Classes
    Syntaxes
  29. object cobind extends ToCobindOps[Cobind]

    Permalink
    Definition Classes
    Syntaxes
  30. object cobind0 extends ToCobindOps0[Cobind]

    Permalink
    Definition Classes
    Syntaxes
  31. object comonad extends ToComonadOps[Comonad]

    Permalink
    Definition Classes
    Syntaxes
  32. object comonad0 extends ToComonadOps0[Comonad]

    Permalink
    Definition Classes
    Syntaxes
  33. object compose extends ToComposeOps[Compose]

    Permalink
    Definition Classes
    Syntaxes
  34. object compose0 extends ToComposeOps0[Compose]

    Permalink
    Definition Classes
    Syntaxes
  35. object contT extends ToContTOps

    Permalink
    Definition Classes
    Syntaxes
  36. object contravariant extends ToContravariantOps[Contravariant]

    Permalink
    Definition Classes
    Syntaxes
  37. object contravariant0 extends ToContravariantOps0[Contravariant]

    Permalink
    Definition Classes
    Syntaxes
  38. object cozip extends ToCozipOps[Cozip]

    Permalink
    Definition Classes
    Syntaxes
  39. object cozip0 extends ToCozipOps0[Cozip]

    Permalink
    Definition Classes
    Syntaxes
  40. object either extends ToEitherOps

    Permalink
    Definition Classes
    Syntaxes
  41. object enum extends ToEnumOps

    Permalink
    Definition Classes
    Syntaxes
  42. object equal extends ToEqualOps

    Permalink
    Definition Classes
    Syntaxes
  43. object foldable extends ToFoldableOps[Foldable]

    Permalink
    Definition Classes
    Syntaxes
  44. object foldable0 extends ToFoldableOps0[Foldable]

    Permalink
    Definition Classes
    Syntaxes
  45. object foldable1 extends ToFoldable1Ops[Foldable1]

    Permalink
    Definition Classes
    Syntaxes
  46. object foldable10 extends ToFoldable1Ops0[Foldable1]

    Permalink
    Definition Classes
    Syntaxes
  47. object functor extends ToFunctorOps[Functor]

    Permalink
    Definition Classes
    Syntaxes
  48. object functor0 extends ToFunctorOps0[Functor]

    Permalink
    Definition Classes
    Syntaxes
  49. object id extends ToIdOps

    Permalink
    Definition Classes
    Syntaxes
  50. object invariantFunctor extends ToInvariantFunctorOps[InvariantFunctor]

    Permalink
    Definition Classes
    Syntaxes
  51. object invariantFunctor0 extends ToInvariantFunctorOps0[InvariantFunctor]

    Permalink
    Definition Classes
    Syntaxes
  52. object isEmpty extends ToIsEmptyOps[IsEmpty]

    Permalink
    Definition Classes
    Syntaxes
  53. object isEmpty0 extends ToIsEmptyOps0[IsEmpty]

    Permalink
    Definition Classes
    Syntaxes
  54. object kleisli extends ToKleisliOps

    Permalink
    Definition Classes
    Syntaxes
  55. object maybe extends ToMaybeOps

    Permalink
    Definition Classes
    Syntaxes
  56. object monad extends ToMonadOps[Monad]

    Permalink
    Definition Classes
    Syntaxes
  57. object monad0 extends ToMonadOps0[Monad]

    Permalink
    Definition Classes
    Syntaxes
  58. object monadError extends ToMonadErrorOps[MonadError]

    Permalink
    Definition Classes
    Syntaxes
  59. object monadError0 extends ToMonadErrorOps0[MonadError]

    Permalink
    Definition Classes
    Syntaxes
  60. object monadListen extends ToMonadListenOps[MonadListen]

    Permalink
    Definition Classes
    Syntaxes
  61. object monadListen0 extends ToMonadListenOps0[MonadListen]

    Permalink
    Definition Classes
    Syntaxes
  62. object monadPlus extends ToMonadPlusOps[MonadPlus]

    Permalink
    Definition Classes
    Syntaxes
  63. object monadPlus0 extends ToMonadPlusOps0[MonadPlus]

    Permalink
    Definition Classes
    Syntaxes
  64. object monadTell extends ToMonadTellOps[MonadTell]

    Permalink
    Definition Classes
    Syntaxes
  65. object monadTell0 extends ToMonadTellOps0[MonadTell]

    Permalink
    Definition Classes
    Syntaxes
  66. object monadTrans extends ToMonadTransOps

    Permalink
    Definition Classes
    Syntaxes
  67. object monoid extends ToMonoidOps

    Permalink
    Definition Classes
    Syntaxes
  68. object nel extends ToNelOps

    Permalink
    Definition Classes
    Syntaxes
  69. object optional extends ToOptionalOps[Optional]

    Permalink
    Definition Classes
    Syntaxes
  70. object optional0 extends ToOptionalOps0[Optional]

    Permalink
    Definition Classes
    Syntaxes
  71. object order extends ToOrderOps

    Permalink
    Definition Classes
    Syntaxes
  72. object plus extends ToPlusOps[Plus]

    Permalink
    Definition Classes
    Syntaxes
  73. object plus0 extends ToPlusOps0[Plus]

    Permalink
    Definition Classes
    Syntaxes
  74. object plusEmpty extends ToPlusEmptyOps[PlusEmpty]

    Permalink
    Definition Classes
    Syntaxes
  75. object plusEmpty0 extends ToPlusEmptyOps0[PlusEmpty]

    Permalink
    Definition Classes
    Syntaxes
  76. object proChoice extends ToProChoiceOps[ProChoice]

    Permalink
    Definition Classes
    Syntaxes
  77. object proChoice0 extends ToProChoiceOps0[ProChoice]

    Permalink
    Definition Classes
    Syntaxes
  78. object profunctor extends ToProfunctorOps[Profunctor]

    Permalink
    Definition Classes
    Syntaxes
  79. object profunctor0 extends ToProfunctorOps0[Profunctor]

    Permalink
    Definition Classes
    Syntaxes
  80. object reducer extends ToReducerOps

    Permalink
    Definition Classes
    Syntaxes
  81. object semigroup extends ToSemigroupOps

    Permalink
    Definition Classes
    Syntaxes
  82. object show extends ToShowOps

    Permalink
    Definition Classes
    Syntaxes
  83. object split extends ToSplitOps[Split]

    Permalink
    Definition Classes
    Syntaxes
  84. object split0 extends ToSplitOps0[Split]

    Permalink
    Definition Classes
    Syntaxes
  85. object state extends ToStateOps

    Permalink
    Definition Classes
    Syntaxes
  86. package std

    Permalink
  87. object strictTree extends ToStrictTreeOps

    Permalink
    Definition Classes
    Syntaxes
  88. object strong extends ToStrongOps[Strong]

    Permalink
    Definition Classes
    Syntaxes
  89. object strong0 extends ToStrongOps0[Strong]

    Permalink
    Definition Classes
    Syntaxes
  90. object tag extends ToTagOps

    Permalink
    Definition Classes
    Syntaxes
  91. object these extends ToTheseOps

    Permalink
    Definition Classes
    Syntaxes
  92. object traverse extends ToTraverseOps[Traverse]

    Permalink
    Definition Classes
    Syntaxes
  93. object traverse0 extends ToTraverseOps0[Traverse]

    Permalink
    Definition Classes
    Syntaxes
  94. object traverse1 extends ToTraverse1Ops[Traverse1]

    Permalink
    Definition Classes
    Syntaxes
  95. object traverse10 extends ToTraverse1Ops0[Traverse1]

    Permalink
    Definition Classes
    Syntaxes
  96. object tree extends ToTreeOps

    Permalink
    Definition Classes
    Syntaxes
  97. object unzip extends ToUnzipOps[Unzip]

    Permalink
    Definition Classes
    Syntaxes
  98. object unzip0 extends ToUnzipOps0[Unzip]

    Permalink
    Definition Classes
    Syntaxes
  99. object validation extends ToValidationOps

    Permalink
    Definition Classes
    Syntaxes
  100. object writer extends ToWriterOps

    Permalink
    Definition Classes
    Syntaxes
  101. object zip extends ToZipOps[Zip]

    Permalink
    Definition Classes
    Syntaxes
  102. object zip0 extends ToZipOps0[Zip]

    Permalink
    Definition Classes
    Syntaxes

Inherited from Syntaxes

Inherited from AnyRef

Inherited from Any

Ungrouped