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

    Permalink

    Wraps a value self and provides methods related to IsContravariant

  76. trait IsContravariantSyntax[F[_]] extends AnyRef

    Permalink
  77. final class IsCovariantOps[F[_], A] extends Ops[F[A]]

    Permalink

    Wraps a value self and provides methods related to IsCovariant

  78. trait IsCovariantSyntax[F[_]] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to IsEmpty

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

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

    Permalink
  82. final class KleisliIdOps[A] extends AnyVal

    Permalink
  83. final class MaybeOps[A] extends AnyVal

    Permalink
  84. final class MonadErrorIdOps[S] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to MonadError

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

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

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

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

    Permalink

    Wraps a value self and provides methods related to Monad

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

    Permalink

    Wraps a value self and provides methods related to MonadPlus

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

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

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

    Permalink

    Wraps a value self and provides methods related to MonadTell

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

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

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

    Permalink

    Wraps a value self and provides methods related to Monoid

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

    Permalink
  98. final class NelOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Nondeterminism

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

    Permalink
  101. trait Ops[A] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to Optional

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

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

    Permalink

    Wraps a value self and provides methods related to Order

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

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

    Permalink

    Wraps a value self and provides methods related to PlusEmpty

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

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

    Permalink

    Wraps a value self and provides methods related to Plus

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

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

    Permalink

    Wraps a value self and provides methods related to ProChoice

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

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

    Permalink

    Wraps a value self and provides methods related to Profunctor

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

    Permalink
  114. final class ReducerOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to SemiLattice

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

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

    Permalink

    Wraps a value self and provides methods related to Semigroup

  118. trait SemigroupSyntax[F] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to Show

  120. trait ShowSyntax[F] extends AnyRef

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

    Permalink

    Wraps a value self and provides methods related to Split

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

    Permalink
  123. final class StateOps[A] extends AnyVal

    Permalink
  124. final class StrictTreeOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Strong

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

    Permalink
  127. trait Syntaxes extends AnyRef

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

    Permalink
  129. final class TheseOps[A] extends AnyVal

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  154. trait ToBandOps extends ToSemigroupOps

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  188. trait ToConstOps extends AnyRef

    Permalink
  189. trait ToContTOps extends AnyRef

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

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

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

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

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

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

    Permalink
  196. 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
  197. trait ToDecidableOps[TC[F[_]] <: Decidable[F[_]]] extends ToDecidableOps0[TC] with ToDivisibleOps[TC] with ToInvariantAltOps[TC]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  209. trait ToEitherOps extends AnyRef

    Permalink
  210. trait ToEitherTOps extends AnyRef

    Permalink
  211. trait ToEnumOps extends ToOrderOps

    Permalink
  212. trait ToEqualOps extends AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
  222. trait ToIdOps extends AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
  232. trait ToIsContravariantOps[TC[F[_]] <: IsContravariant[F[_]]] extends ToIsContravariantOps0[TC]

    Permalink
  233. trait ToIsContravariantOps0[TC[F[_]] <: IsContravariant[F[_]]] extends ToIsContravariantOpsU[TC]

    Permalink
  234. sealed trait ToIsContravariantOpsU[TC[F[_]] <: IsContravariant[F[_]]] extends AnyRef

    Permalink
  235. trait ToIsCovariantOps[TC[F[_]] <: IsCovariant[F[_]]] extends ToIsCovariantOps0[TC]

    Permalink
  236. trait ToIsCovariantOps0[TC[F[_]] <: IsCovariant[F[_]]] extends ToIsCovariantOpsU[TC]

    Permalink
  237. sealed trait ToIsCovariantOpsU[TC[F[_]] <: IsCovariant[F[_]]] extends AnyRef

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

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

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

    Permalink
  241. trait ToKleisliOps extends ToKleisliOps0

    Permalink
  242. sealed trait ToKleisliOps0 extends AnyRef

    Permalink
  243. trait ToMaybeOps extends AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  256. trait ToMonadTransOps extends AnyRef

    Permalink
  257. trait ToMonoidOps extends ToSemigroupOps

    Permalink
  258. trait ToNelOps extends AnyRef

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

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

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

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

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

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

    Permalink
  265. trait ToOrderOps extends ToEqualOps

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  278. trait ToReducerOps extends AnyRef

    Permalink
  279. trait ToSemiLatticeOps extends ToBandOps

    Permalink
  280. trait ToSemigroupOps extends AnyRef

    Permalink
  281. trait ToShowOps extends AnyRef

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

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

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

    Permalink
  285. trait ToStateOps extends AnyRef

    Permalink
  286. trait ToStrictTreeOps extends AnyRef

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

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

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

    Permalink
  290. trait ToTagOps extends AnyRef

    Permalink
  291. trait ToTheseOps extends AnyRef

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

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

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

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

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

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

    Permalink
  298. trait ToTreeOps extends AnyRef

    Permalink
  299. 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
  300. trait ToUnzipOps[TC[F[_]] <: Unzip[F[_]]] extends ToUnzipOps0[TC]

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

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

    Permalink
  303. trait ToValidationOps extends AnyRef

    Permalink
  304. trait ToWriterOps extends AnyRef

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

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

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

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

    Permalink

    Wraps a value self and provides methods related to Traverse1

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

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

    Permalink

    Wraps a value self and provides methods related to Traverse

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

    Permalink
  312. final class TreeOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Unzip

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

    Permalink
  315. final class ValidationOps[A] extends AnyVal

    Permalink
  316. final class WriterOps[A] extends AnyVal

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

    Permalink

    Wraps a value self and provides methods related to Zip

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