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 AltOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Alt

  4. trait AltSyntax[F[_]] extends ApplicativeSyntax[F] with InvariantAltSyntax[F]

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

    Permalink

  6. final class ApplicativeErrorOps[F[_], S, A] extends AnyRef

    Permalink

    Wraps a value self and provides methods related to ApplicativeError

  7. trait ApplicativeErrorSyntax[F[_], S] extends ApplicativeSyntax[F]

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

    Permalink

    Wraps a value self and provides methods related to Applicative

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

    Permalink

    Wraps a value self and provides methods related to ApplicativePlus

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

    Permalink
  11. trait ApplicativeSyntax[F[_]] extends ApplySyntax[F] with InvariantApplicativeSyntax[F]

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

    Permalink

    Wraps a value self and provides methods related to Apply

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

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

    Permalink

    Wraps a value self and provides methods related to Arrow

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

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

    Permalink

    Wraps a value self and provides methods related to Associative

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

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

    Permalink

    Wraps a value self and provides methods related to Band

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

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

    Permalink

    Wraps a value self and provides methods related to Bifoldable

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

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

    Permalink

    Wraps a value self and provides methods related to Bifunctor

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

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

    Permalink

    Wraps a value self and provides methods related to Bind

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

    Permalink

    Wraps a value self and provides methods related to BindRec

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

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

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

    Permalink

    Wraps a value self and provides methods related to Bitraverse

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

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

    Permalink

    Wraps a value self and provides methods related to Catchable

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

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

    Permalink

    Wraps a value self and provides methods related to Category

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

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

    Permalink

    Wraps a value self and provides methods related to Choice

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

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

    Permalink

    Wraps a value self and provides methods related to Cobind

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

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

    Permalink

    Wraps a value self and provides methods related to Comonad

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

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

    Permalink

    Wraps a value self and provides methods related to Compose

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

    Permalink
  42. final class ConstOps[A] extends AnyVal

    Permalink

    Provides Const-related methods for any value.

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

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

    Permalink

    Wraps a value self and provides methods related to Contravariant

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

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

    Permalink

    Wraps a value self and provides methods related to Cozip

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

    Permalink
  48. final class DecidableOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Decidable

  49. trait DecidableSyntax[F[_]] extends DivisibleSyntax[F] with InvariantAltSyntax[F]

    Permalink
  50. final class DistributiveOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to Distributive

  51. trait DistributiveSyntax[F[_]] extends FunctorSyntax[F]

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

    Permalink

    Wraps a value self and provides methods related to Divide

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

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

    Permalink

    Wraps a value self and provides methods related to Divisible

  55. trait DivisibleSyntax[F[_]] extends DivideSyntax[F] with InvariantApplicativeSyntax[F]

    Permalink
  56. final class EitherOps[A] extends AnyVal

    Permalink
  57. final class EitherTOps[V] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Enum

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

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

    Permalink

    Wraps a value self and provides methods related to Equal

  61. trait EqualSyntax[F] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to Foldable1

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

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

    Permalink

    Wraps a value self and provides methods related to Foldable

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

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

    Permalink

    Wraps a value self and provides methods related to Functor

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

    Permalink
  68. final class IdOps[A] extends AnyVal

    Permalink
  69. final class InvariantAltOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to InvariantAlt

  70. trait InvariantAltSyntax[F[_]] extends InvariantApplicativeSyntax[F]

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

    Permalink

    Wraps a value self and provides methods related to InvariantApplicative

  72. trait InvariantApplicativeSyntax[F[_]] extends InvariantFunctorSyntax[F]

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

    Permalink

    Wraps a value self and provides methods related to InvariantFunctor

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

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

    Permalink

    Wraps a value self and provides methods related to IsEmpty

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

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

    Permalink
  78. final class KleisliIdOps[A] extends AnyVal

    Permalink
  79. final class MaybeOps[A] extends AnyVal

    Permalink
  80. final class MonadErrorIdOps[S] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to MonadError

  82. trait MonadErrorSyntax[F[_], S] extends MonadSyntax[F] with ApplicativeErrorSyntax[F, S]

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

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

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

    Permalink

    Wraps a value self and provides methods related to Monad

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

    Permalink

    Wraps a value self and provides methods related to MonadPlus

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

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

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

    Permalink

    Wraps a value self and provides methods related to MonadTell

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

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

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

    Permalink

    Wraps a value self and provides methods related to Monoid

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

    Permalink
  94. final class NelOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Nondeterminism

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

    Permalink
  97. trait Ops[A] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to Optional

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

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

    Permalink

    Wraps a value self and provides methods related to Order

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

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

    Permalink

    Wraps a value self and provides methods related to PlusEmpty

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

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

    Permalink

    Wraps a value self and provides methods related to Plus

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

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

    Permalink

    Wraps a value self and provides methods related to ProChoice

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

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

    Permalink

    Wraps a value self and provides methods related to Profunctor

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

    Permalink
  110. final class ReducerOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to SemiLattice

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

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

    Permalink

    Wraps a value self and provides methods related to Semigroup

  114. trait SemigroupSyntax[F] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to Show

  116. trait ShowSyntax[F] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to Split

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

    Permalink
  119. final class StateOps[A] extends AnyVal

    Permalink
  120. final class StrictTreeOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Strong

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

    Permalink
  123. trait Syntaxes extends AnyRef

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

    Permalink
  125. final class TheseOps[A] extends AnyVal

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

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

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

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

    Permalink
  130. trait ToAltOps[TC[F[_]] <: Alt[F[_]]] extends ToAltOps0[TC] with ToApplicativeOps[TC] with ToInvariantAltOps[TC]

    Permalink
  131. trait ToAltOps0[TC[F[_]] <: Alt[F[_]]] extends ToAltOpsU[TC]

    Permalink
  132. sealed trait ToAltOpsU[TC[F[_]] <: Alt[F[_]]] extends AnyRef

    Permalink
  133. trait ToApplicativeErrorOps[TC[F[_], S] <: ApplicativeError[F[_], S]] extends ToApplicativeErrorOps0[TC] with ToApplicativeOps[[F[_$1]]TC[F, _]]

    Permalink
  134. trait ToApplicativeErrorOps0[TC[F[_], S] <: ApplicativeError[F[_], S]] extends AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  150. trait ToBandOps extends ToSemigroupOps

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  184. trait ToConstOps extends AnyRef

    Permalink
  185. trait ToContTOps extends AnyRef

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

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

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

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

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

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

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

    Permalink
  193. trait ToDecidableOps[TC[F[_]] <: Decidable[F[_]]] extends ToDecidableOps0[TC] with ToDivisibleOps[TC] with ToInvariantAltOps[TC]

    Permalink
  194. trait ToDecidableOps0[TC[F[_]] <: Decidable[F[_]]] extends ToDecidableOpsU[TC]

    Permalink
  195. sealed trait ToDecidableOpsU[TC[F[_]] <: Decidable[F[_]]] extends AnyRef

    Permalink
  196. trait ToDistributiveOps[TC[F[_]] <: Distributive[F[_]]] extends ToDistributiveOps0[TC] with ToFunctorOps[TC]

    Permalink
  197. trait ToDistributiveOps0[TC[F[_]] <: Distributive[F[_]]] extends ToDistributiveOpsU[TC]

    Permalink
  198. sealed trait ToDistributiveOpsU[TC[F[_]] <: Distributive[F[_]]] extends AnyRef

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

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

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

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

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

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

    Permalink
  205. trait ToEitherOps extends AnyRef

    Permalink
  206. trait ToEitherTOps extends AnyRef

    Permalink
  207. trait ToEnumOps extends ToOrderOps

    Permalink
  208. trait ToEqualOps extends AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
  218. trait ToIdOps extends AnyRef

    Permalink
  219. trait ToInvariantAltOps[TC[F[_]] <: InvariantAlt[F[_]]] extends ToInvariantAltOps0[TC] with ToInvariantApplicativeOps[TC]

    Permalink
  220. trait ToInvariantAltOps0[TC[F[_]] <: InvariantAlt[F[_]]] extends ToInvariantAltOpsU[TC]

    Permalink
  221. sealed trait ToInvariantAltOpsU[TC[F[_]] <: InvariantAlt[F[_]]] extends AnyRef

    Permalink
  222. trait ToInvariantApplicativeOps[TC[F[_]] <: InvariantApplicative[F[_]]] extends ToInvariantApplicativeOps0[TC] with ToInvariantFunctorOps[TC]

    Permalink
  223. trait ToInvariantApplicativeOps0[TC[F[_]] <: InvariantApplicative[F[_]]] extends ToInvariantApplicativeOpsU[TC]

    Permalink
  224. sealed trait ToInvariantApplicativeOpsU[TC[F[_]] <: InvariantApplicative[F[_]]] extends AnyRef

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

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

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

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

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

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

    Permalink
  231. trait ToKleisliOps extends ToKleisliOps0

    Permalink
  232. sealed trait ToKleisliOps0 extends AnyRef

    Permalink
  233. trait ToMaybeOps extends AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  246. trait ToMonadTransOps extends AnyRef

    Permalink
  247. trait ToMonoidOps extends ToSemigroupOps

    Permalink
  248. trait ToNelOps extends AnyRef

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

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

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

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

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

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

    Permalink
  255. trait ToOrderOps extends ToEqualOps

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  268. trait ToReducerOps extends AnyRef

    Permalink
  269. trait ToSemiLatticeOps extends ToBandOps

    Permalink
  270. trait ToSemigroupOps extends AnyRef

    Permalink
  271. trait ToShowOps extends AnyRef

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

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

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

    Permalink
  275. trait ToStateOps extends AnyRef

    Permalink
  276. trait ToStrictTreeOps extends AnyRef

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

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

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

    Permalink
  280. trait ToTagOps extends AnyRef

    Permalink
  281. trait ToTheseOps extends AnyRef

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

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

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

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

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

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

    Permalink
  288. trait ToTreeOps extends AnyRef

    Permalink
  289. 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 ToAltOps0[Alt] 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 ToApplicativeErrorOps0[ApplicativeError] with ToFoldable1Ops0[Foldable1] with ToTraverse1Ops0[Traverse1] with ToOptionalOps0[Optional] with ToCatchableOps0[Catchable] with ToAlignOps0[Align] with ToMonadTransOps with ToProChoiceOps0[ProChoice]

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

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

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

    Permalink
  293. trait ToValidationOps extends AnyRef

    Permalink
  294. trait ToWriterOps extends AnyRef

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

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

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

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

    Permalink

    Wraps a value self and provides methods related to Traverse1

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

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

    Permalink

    Wraps a value self and provides methods related to Traverse

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

    Permalink
  302. final class TreeOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Unzip

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

    Permalink
  305. final class ValidationOps[A] extends AnyVal

    Permalink
  306. final class WriterOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Zip

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

    Permalink

Value Members

  1. object ReducerOps

    Permalink
  2. object align extends ToAlignOps[Align]

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

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

    Permalink
    Definition Classes
    Syntaxes
  5. object alt extends ToAltOps[Alt]

    Permalink
    Definition Classes
    Syntaxes
  6. object alt0 extends ToAltOps0[Alt]

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

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

    Permalink
    Definition Classes
    Syntaxes
  9. object applicativeError extends ToApplicativeErrorOps[ApplicativeError]

    Permalink
    Definition Classes
    Syntaxes
  10. object applicativeError0 extends ToApplicativeErrorOps0[ApplicativeError]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  19. object band extends ToBandOps

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  40. object const extends ToConstOps

    Permalink
    Definition Classes
    Syntaxes
  41. object contT extends ToContTOps

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  46. object either extends ToEitherOps

    Permalink
    Definition Classes
    Syntaxes
  47. object eithert extends ToEitherTOps

    Permalink
    Definition Classes
    Syntaxes
  48. object enum extends ToEnumOps

    Permalink
    Definition Classes
    Syntaxes
  49. object equal extends ToEqualOps

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

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

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  56. object id extends ToIdOps

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  61. object kleisli extends ToKleisliOps

    Permalink
    Definition Classes
    Syntaxes
  62. object maybe extends ToMaybeOps

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  73. object monadTrans extends ToMonadTransOps

    Permalink
    Definition Classes
    Syntaxes
  74. object monoid extends ToMonoidOps

    Permalink
    Definition Classes
    Syntaxes
  75. object nel extends ToNelOps

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

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

    Permalink
    Definition Classes
    Syntaxes
  78. object order extends ToOrderOps

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  87. object reducer extends ToReducerOps

    Permalink
    Definition Classes
    Syntaxes
  88. object semigroup extends ToSemigroupOps

    Permalink
    Definition Classes
    Syntaxes
  89. object show extends ToShowOps

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

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

    Permalink
    Definition Classes
    Syntaxes
  92. object state extends ToStateOps

    Permalink
    Definition Classes
    Syntaxes
  93. package std

    Permalink
  94. object strictTree extends ToStrictTreeOps

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

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

    Permalink
    Definition Classes
    Syntaxes
  97. object tag extends ToTagOps

    Permalink
    Definition Classes
    Syntaxes
  98. object these extends ToTheseOps

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

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

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

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

    Permalink
    Definition Classes
    Syntaxes
  103. object tree extends ToTreeOps

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

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

    Permalink
    Definition Classes
    Syntaxes
  106. object validation extends ToValidationOps

    Permalink
    Definition Classes
    Syntaxes
  107. object writer extends ToWriterOps

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

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

    Permalink
    Definition Classes
    Syntaxes

Inherited from Syntaxes

Inherited from AnyRef

Inherited from Any

Ungrouped