cats.syntax

package cats.syntax

Members list

Type members

Classlikes

trait AlignSyntax extends ToAlignOps

Attributes

Source
align.scala
Supertypes
trait ToAlignOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object align.type

Attributes

Source
all.scala
Supertypes
trait WriterSyntax
trait VectorSyntax
trait StrongSyntax
trait ToStrongOps
trait ShowSyntax
trait ToShowOps
trait OrderSyntax
trait OptionSyntax
trait MonoidSyntax
trait MonadSyntax
trait ListSyntax
trait IorSyntax
trait HashSyntax
trait GroupSyntax
trait ToFunctorOps
trait ToFlatMapOps
trait EqSyntax
trait EitherSyntax
trait ToComposeOps
trait ToComonadOps
trait ArrowSyntax
trait ToArrowOps
trait ApplySyntax
trait AlignSyntax
trait ToAlignOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type
object implicits.type

Attributes

Source
all.scala
Supertypes
trait SeqSyntax
trait SetSyntax
trait NestedSyntax
trait ChoiceSyntax
trait ToChoiceOps
trait TrySyntax
trait AllSyntax
trait WriterSyntax
trait VectorSyntax
trait StrongSyntax
trait ToStrongOps
trait ShowSyntax
trait ToShowOps
trait OrderSyntax
trait OptionSyntax
trait MonoidSyntax
trait MonadSyntax
trait ListSyntax
trait IorSyntax
trait HashSyntax
trait GroupSyntax
trait ToFunctorOps
trait ToFlatMapOps
trait EqSyntax
trait EitherSyntax
trait ToComposeOps
trait ToComonadOps
trait ArrowSyntax
trait ToArrowOps
trait ApplySyntax
trait AlignSyntax
trait ToAlignOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type

Attributes

Source
all.scala
Supertypes
trait TrySyntax
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type
object implicits.type

Attributes

Source
all.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type
object implicits.type

Attributes

Source
all.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
object all.type
object implicits.type

Attributes

Source
all.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type

Attributes

Source
all.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type

Attributes

Source
all.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type

Attributes

Source
all.scala
Supertypes
trait SeqSyntax
class Object
trait Matchable
class Any
Known subtypes
object all.type

Attributes

Source
alternative.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object alternative.type
final class ApplicativeByNameOps[F[_], A](fa: () => F[A]) extends AnyVal

Attributes

Source
applicative.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ApplicativeByValueOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
applicative.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ApplicativeErrorFUnitOps[F[_], E](fu: F[Unit]) extends AnyVal

Attributes

Source
applicativeError.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ApplicativeErrorIdOps[E](e: E) extends AnyVal

Attributes

Source
applicativeError.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ApplicativeErrorOps[F[_], E, A](fa: F[A]) extends AnyVal

Attributes

Source
applicativeError.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
applicativeError.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object applicativeError.type
final class ApplicativeIdOps[A](a: A) extends AnyVal

Attributes

Source
applicative.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
applicative.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object applicative.type
final class ApplyFABCOps[F[_], A, B, C](ff: F[(A, B) => C]) extends AnyVal

Attributes

Source
apply.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ApplyFABOps[F[_], A, B](fab: F[A => B]) extends AnyVal

Attributes

Source
apply.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ApplyOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
apply.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
apply.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object apply.type

Attributes

Source
arrowChoice.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object arrowChoice.type
trait ArrowSyntax extends ToArrowOps

Attributes

Source
arrow.scala
Supertypes
trait ToArrowOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object arrow.type

Attributes

Source
bifoldable.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object bifoldable.type

Attributes

Source
bifunctor.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object bifunctor.type
final class BinestedIdOps[F[_, _], G[_], H[_], A, B](value: F[G[A], H[B]]) extends AnyVal

Attributes

Source
binested.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
binested.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object binested.type
final class BitraverseOps[F[_, _], A, B](fab: F[A, B]) extends AnyVal

Attributes

Source
bitraverse.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
bitraverse.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object bitraverse.type
trait ChoiceSyntax extends ToChoiceOps

Attributes

Source
choice.scala
Supertypes
trait ToChoiceOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object choice.type

Attributes

Source
coflatMap.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object coflatMap.type
trait ComonadSyntax extends ToComonadOps

Attributes

Source
comonad.scala
Supertypes
trait ToComonadOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object comonad.type
trait ComposeSyntax extends ToComposeOps

Attributes

Source
compose.scala
Supertypes
trait ToComposeOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object compose.type
abstract class ContravariantMonoidalOps[F[_], A] extends Ops[F, A]

Attributes

Source
contravariantMonoidal.scala
Supertypes
trait Ops[F, A]
trait Serializable
class Object
trait Matchable
class Any

Attributes

Source
contravariantMonoidal.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object contravariantMonoidal.type

Attributes

Source
contravariantSemigroupal.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type

Attributes

Source
contravariant.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object contravariant.type
final class DistributiveOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
DistributiveSyntax.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
DistributiveSyntax.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object distributive.type
final class EitherIdOps[A](obj: A) extends AnyVal

Attributes

Source
either.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class EitherKOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
eitherK.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
eitherK.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object eitherK.type
final class EitherObjectOps(either: Either) extends AnyVal

Attributes

Source
either.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class EitherOps[A, B](eab: Either[A, B]) extends AnyVal

Attributes

Source
either.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait EitherSyntax

Attributes

Companion
object
Source
either.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object either.type
object EitherSyntax

Attributes

Companion
trait
Source
either.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final class EqOps[A](lhs: A)(implicit evidence$1: Eq[A])

Attributes

Source
eq.scala
Supertypes
class Object
trait Matchable
class Any
trait EqSyntax

Attributes

Source
eq.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
trait OrderSyntax
object order.type
object partialOrder.type
object eq.type
Show all
final class FlatMapIdOps[A](a: A) extends AnyVal

Attributes

Source
flatMap.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class FlatMapOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
flatMap.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class FlatMapOptionOps[F[_], A](fopta: F[Option[A]]) extends AnyVal

Attributes

Source
flatMap.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
flatMap.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object flatMap.type
trait FlatMapSyntax extends ToFlatMapOps

Attributes

Source
flatMap.scala
Supertypes
trait ToFlatMapOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object flatMap.type
final class FlattenOps[F[_], A](ffa: F[F[A]]) extends AnyVal

Attributes

Source
flatMap.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class FoldableOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
foldable.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class FoldableOps0[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
foldable.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
foldable.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object foldable.type

Attributes

Source
function1.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type

Attributes

Source
functorFilter.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object functorFilter.type
trait FunctorSyntax extends ToFunctorOps

Attributes

Source
functor.scala
Supertypes
trait ToFunctorOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object functor.type
final class FunctorTuple2Ops[F[_], A, B](fab: F[(A, B)]) extends AnyVal

Attributes

Source
functor.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class GroupOps[A](lhs: A)(implicit evidence$1: Group[A])

Attributes

Source
group.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
group.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object group.type
final class GuardOps(condition: Boolean) extends AnyVal

Attributes

Source
alternative.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class HashOps[A](a: A)(implicit evidence$1: Hash[A])

Attributes

Source
hash.scala
Supertypes
class Object
trait Matchable
class Any
trait HashSyntax

Attributes

Source
hash.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object hash.type
final class IfApplyOps[F[_]](fcond: F[Boolean]) extends AnyVal

Attributes

Source
apply.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class IfFOps[F[_]](fa: F[Boolean]) extends AnyVal

Attributes

Source
functor.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class IfMOps[F[_]](fa: F[Boolean]) extends AnyVal

Attributes

Source
flatMap.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class IndexOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
representable.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
invariant.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object invariant.type
final class IorIdOps[A](a: A) extends AnyVal

Attributes

Source
ior.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait IorSyntax

Attributes

Source
ior.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object ior.type
final class LeftNestedBitraverseOps[F[_, _], G[_], A, B](val fgab: F[G[A], B]) extends AnyVal

Attributes

Source
bitraverse.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class LeftOps[A, B](left: Left[A, B]) extends AnyVal

Attributes

Source
either.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ListOps[A](la: List[A]) extends AnyVal

Attributes

Source
list.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait ListSyntax

Attributes

Source
list.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object list.type
final class MonadErrorOps[F[_], E, A](fa: F[A]) extends AnyVal

Attributes

Source
monadError.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class MonadErrorRethrowOps[F[_], E, A](fea: F[Either[E, A]]) extends AnyVal

Attributes

Source
monadError.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
monadError.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object monadError.type
final class MonadIdOps[A](a: A) extends AnyVal

Attributes

Source
monad.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class MonadOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
MonadOps.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait MonadSyntax

Attributes

Source
monad.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object monad.type
final class MonoidOps[A](lhs: A) extends AnyVal

Attributes

Source
monoid.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
monoid.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object monoid.type
final class NestedBitraverseOps[F[_, _], G[_], A, B](fgagb: F[G[A], G[B]]) extends AnyVal

Attributes

Source
bitraverse.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class NestedFoldableOps[F[_], G[_], A](fga: F[G[A]]) extends AnyVal

Attributes

Source
foldable.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class NestedIdOps[F[_], G[_], A](value: F[G[A]]) extends AnyVal

Attributes

Source
nested.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class NestedReducibleOps[F[_], G[_], A](fga: F[G[A]]) extends AnyVal

Attributes

Source
reducible.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait NestedSyntax

Attributes

Source
nested.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object nested.type
final class NonEmptyAlternativeOps[F[_], A] extends AnyVal

Attributes

Source
nonEmptyAlternative.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
nonEmptyAlternative.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object nonEmptyAlternative.type
final class NonEmptyParallelApOps[M[_], A](ma: M[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class NonEmptyParallelApplyOps[M[_], A, B](mab: M[A => B]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
nonEmptyTraverse.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object nonEmptyTraverse.type
final class OptionIdOps[A](a: A) extends AnyVal

Attributes

Source
option.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class OptionOps[A](oa: Option[A]) extends AnyVal

Attributes

Companion
object
Source
option.scala
Supertypes
class AnyVal
trait Matchable
class Any
object OptionOps

Attributes

Companion
class
Source
option.scala
Supertypes
class Object
trait Matchable
class Any
Self type
OptionOps.type
trait OptionSyntax

Attributes

Source
option.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object option.type
final class OrderOps[A](lhs: A)(implicit evidence$1: Order[A])

Attributes

Source
order.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
order.scala
Supertypes
trait EqSyntax
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object order.type
final class ParallelApOps1[M[_], A](ma: M[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object parallel.type
final class ParallelBisequenceOps[T[_, _], M[_], A, B](tmamb: T[M[A], M[B]]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelBitraverseOps[T[_, _], A, B](tab: T[A, B]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object parallel.type
final class ParallelFlatSequenceOps1[T[_], M[_], A](tmta: T[M[T[A]]]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object parallel.type
final class ParallelFlatTraversableOps1[T[_], A](ta: T[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelFoldMapAOps[T[_], A](ma: T[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object parallel.type
final class ParallelLeftSequenceOps[T[_, _], M[_], A, B](tmab: T[M[A], B]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelLeftTraverseOps[T[_, _], A, B](tab: T[A, B]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelReduceMapAOps[T[_], A](ma: T[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object parallel.type
final class ParallelSequenceFilterOps[T[_], M[_], A](tmoa: T[M[Option[A]]]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelSequenceOps1[T[_], M[_], A](tma: T[M[A]]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelSequence_Ops[T[_], M[_], A](tma: T[M[A]]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object parallel.type
final class ParallelTraversableOps1[T[_], A](ta: T[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelTraversable_Ops[T[_], A](ta: T[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelTraverseFilterOps[T[_], A](ta: T[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object parallel.type

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object parallel.type
final class ParallelUnorderedFlatSequenceOps[T[_], M[_], A](tmta: T[M[T[A]]]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelUnorderedSequenceOps[T[_], M[_], A](tmta: T[M[A]]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelUnorderedTraverseOps[T[_], A](ta: T[A]) extends AnyVal

Attributes

Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
parallel.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object parallel.type
final class PartialOrderOps[A](lhs: A)(implicit A: PartialOrder[A])

Attributes

Source
partialOrder.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
partialOrder.scala
Supertypes
trait EqSyntax
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
trait OrderSyntax
object order.type
object partialOrder.type
Show all

Attributes

Source
profunctor.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object profunctor.type
final class ReducibleOps0[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
reducible.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
reducible.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object reducible.type

Attributes

Source
representable.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object representable.type
final class RightOps[A, B](right: Right[A, B]) extends AnyVal

Attributes

Source
either.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
semigroupk.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object semigroupk.type
final class SemigroupOps[A](lhs: A)(implicit evidence$1: Semigroup[A])

Attributes

Source
semigroup.scala
Supertypes
class Object
trait Matchable
class Any

Attributes

Source
semigroup.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
trait GroupSyntax
object group.type
trait MonoidSyntax
object monoid.type
object semigroup.type
Show all
abstract class SemigroupalOps[F[_], A] extends Ops[F, A]

Attributes

Source
semigroupal.scala
Supertypes
trait Ops[F, A]
trait Serializable
class Object
trait Matchable
class Any
final class SemigroupalOps2[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
semigroupal.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
semigroupal.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object semigroupal.type
final class SeparateOps[F[_], G[_, _], A, B](val fgab: F[G[A, B]]) extends AnyVal

Attributes

Source
alternative.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class SeqOps[A](va: Seq[A]) extends AnyVal

Attributes

Source
seq.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait SeqSyntax

Attributes

Source
seq.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object seq.type
final class SequenceFilterOps[F[_], G[_], A](fgoa: F[G[Option[A]]]) extends AnyVal

Attributes

Source
traverseFilter.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class SetOps[A](se: SortedSet[A]) extends AnyVal

Attributes

Source
set.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait SetSyntax

Attributes

Source
set.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object set.type
trait ShowSyntax extends ToShowOps

Attributes

Source
show.scala
Supertypes
trait ToShowOps
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object show.type
trait StrongSyntax extends ToStrongOps

Attributes

Source
strong.scala
Supertypes
trait ToStrongOps
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object strong.type
final class TabulateOps[A, R](f: R => A) extends AnyVal

Attributes

Source
representable.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class TraverseFilterOps[F[_], G[_], A](fa: F[A]) extends AnyVal

Attributes

Source
traverseFilter.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
traverseFilter.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object traverseFilter.type

Attributes

Source
traverse.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object traverse.type
final class TryOps[A](self: Try[A]) extends AnyVal

Attributes

Source
TrySyntax.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait TrySyntax

Attributes

Source
TrySyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object try_.type

Attributes

Source
TupleParallelSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object parallel.type
Show all

Attributes

Source
TupleSemigroupalSyntax.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ApplySyntax
trait AllSyntax
object all.type
object implicits.type
object apply.type
Show all
final class UniteOps[F[_], G[_], A](val fga: F[G[A]]) extends AnyVal

Attributes

Source
alternative.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class UnorderedFoldableOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Source
unorderedFoldable.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
unorderedFoldable.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object unorderedFoldable.type

Attributes

Source
unorderedTraverse.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object unorderedTraverse.type
final class ValidatedExtension[E, A](self: Validated[E, A]) extends AnyVal

Attributes

Source
validated.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
validated.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object implicits.type
object validated.type
final class ValidatedIdSyntax[A](a: A) extends AnyVal

Attributes

Source
validated.scala
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source
validated.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object validated.type
final class VectorOps[A](va: Vector[A]) extends AnyVal

Attributes

Source
vector.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait VectorSyntax

Attributes

Source
vector.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object vector.type
final class WriterIdSyntax[A](a: A) extends AnyVal

Attributes

Source
writer.scala
Supertypes
class AnyVal
trait Matchable
class Any
trait WriterSyntax

Attributes

Source
writer.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllSyntax
object all.type
object implicits.type
object writer.type
object align extends AlignSyntax

Attributes

Source
package.scala
Supertypes
trait AlignSyntax
trait ToAlignOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
align.type
object all extends AllSyntaxBinCompat

Attributes

Source
package.scala
Supertypes
trait SeqSyntax
trait SetSyntax
trait NestedSyntax
trait ChoiceSyntax
trait ToChoiceOps
trait TrySyntax
trait AllSyntax
trait WriterSyntax
trait VectorSyntax
trait StrongSyntax
trait ToStrongOps
trait ShowSyntax
trait ToShowOps
trait OrderSyntax
trait OptionSyntax
trait MonoidSyntax
trait MonadSyntax
trait ListSyntax
trait IorSyntax
trait HashSyntax
trait GroupSyntax
trait ToFunctorOps
trait ToFlatMapOps
trait EqSyntax
trait EitherSyntax
trait ToComposeOps
trait ToComonadOps
trait ArrowSyntax
trait ToArrowOps
trait ApplySyntax
trait AlignSyntax
trait ToAlignOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
all.type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object apply extends ApplySyntax

Attributes

Source
package.scala
Supertypes
trait ApplySyntax
class Object
trait Matchable
class Any
Self type
apply.type
object arrow extends ArrowSyntax

Attributes

Source
package.scala
Supertypes
trait ArrowSyntax
trait ToArrowOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
arrow.type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object bifoldable extends BifoldableSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
bifoldable.type
object bifunctor extends BifunctorSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
bifunctor.type
object binested extends BinestedSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
binested.type
object bitraverse extends BitraverseSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
bitraverse.type
object choice extends ChoiceSyntax

Attributes

Source
package.scala
Supertypes
trait ChoiceSyntax
trait ToChoiceOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
choice.type
object coflatMap extends CoflatMapSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
coflatMap.type
object comonad extends ComonadSyntax

Attributes

Source
package.scala
Supertypes
trait ToComonadOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
comonad.type
object compose extends ComposeSyntax

Attributes

Source
package.scala
Supertypes
trait ToComposeOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
compose.type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object either extends EitherSyntax

Attributes

Source
package.scala
Supertypes
trait EitherSyntax
class Object
trait Matchable
class Any
Self type
either.type
object eitherK extends EitherKSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
eitherK.type
object eq extends EqSyntax

Attributes

Source
package.scala
Supertypes
trait EqSyntax
class Object
trait Matchable
class Any
Self type
eq.type

Attributes

Source
package.scala
Supertypes
trait ToFlatMapOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
flatMap.type
object foldable extends FoldableSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
foldable.type
object functor extends FunctorSyntax

Attributes

Source
package.scala
Supertypes
trait ToFunctorOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
functor.type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object group extends GroupSyntax

Attributes

Source
package.scala
Supertypes
trait GroupSyntax
class Object
trait Matchable
class Any
Self type
group.type
object hash extends HashSyntax

Attributes

Source
package.scala
Supertypes
trait HashSyntax
class Object
trait Matchable
class Any
Self type
hash.type
object invariant extends InvariantSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
invariant.type
object ior extends IorSyntax

Attributes

Source
package.scala
Supertypes
trait IorSyntax
class Object
trait Matchable
class Any
Self type
ior.type
object list extends ListSyntax

Attributes

Source
package.scala
Supertypes
trait ListSyntax
class Object
trait Matchable
class Any
Self type
list.type
object monad extends MonadSyntax

Attributes

Source
package.scala
Supertypes
trait MonadSyntax
class Object
trait Matchable
class Any
Self type
monad.type
object monadError extends MonadErrorSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
monadError.type
object monoid extends MonoidSyntax

Attributes

Source
package.scala
Supertypes
trait MonoidSyntax
class Object
trait Matchable
class Any
Self type
monoid.type
object nested extends NestedSyntax

Attributes

Source
package.scala
Supertypes
trait NestedSyntax
class Object
trait Matchable
class Any
Self type
nested.type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object option extends OptionSyntax

Attributes

Source
package.scala
Supertypes
trait OptionSyntax
class Object
trait Matchable
class Any
Self type
option.type
object order extends OrderSyntax

Attributes

Source
package.scala
Supertypes
trait OrderSyntax
trait EqSyntax
class Object
trait Matchable
class Any
Show all
Self type
order.type

Attributes

Source
package.scala
Supertypes
trait EqSyntax
class Object
trait Matchable
class Any
Self type
object profunctor extends ProfunctorSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
profunctor.type
object reducible extends ReducibleSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
reducible.type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object semigroup extends SemigroupSyntax

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
semigroup.type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object semigroupk extends SemigroupKSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
semigroupk.type
object seq extends SeqSyntax

Attributes

Source
package.scala
Supertypes
trait SeqSyntax
class Object
trait Matchable
class Any
Self type
seq.type
object set extends SetSyntax

Attributes

Source
package.scala
Supertypes
trait SetSyntax
class Object
trait Matchable
class Any
Self type
set.type
object show extends ShowSyntax

Attributes

Source
package.scala
Supertypes
trait ShowSyntax
trait ToShowOps
class Object
trait Matchable
class Any
Self type
show.type
object strong extends StrongSyntax

Attributes

Source
package.scala
Supertypes
trait StrongSyntax
trait ToStrongOps
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
strong.type
object traverse extends TraverseSyntax

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
traverse.type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object try_ extends TrySyntax

Attributes

Source
package.scala
Supertypes
trait TrySyntax
class Object
trait Matchable
class Any
Self type
try_.type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
package.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
package.scala
Supertypes
class Object
trait Matchable
class Any
Self type
validated.type
object vector extends VectorSyntax

Attributes

Source
package.scala
Supertypes
trait VectorSyntax
class Object
trait Matchable
class Any
Self type
vector.type
object writer extends WriterSyntax

Attributes

Source
package.scala
Supertypes
trait WriterSyntax
class Object
trait Matchable
class Any
Self type
writer.type

Deprecated classlikes

final class ApplicativeOps[F[_], A](fa: F[A]) extends AnyVal

Attributes

Deprecated
true
Source
applicative.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelApOps[M[_], A](ma: M[A]) extends AnyVal

Attributes

Deprecated
true
Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelApplyOps[M[_], A, B](mab: M[A => B]) extends AnyVal

Attributes

Deprecated
true
Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelFlatSequenceOps[T[_], M[_], A](tmta: T[M[T[A]]]) extends AnyVal

Attributes

Deprecated
true
Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelFlatTraversableOps[T[_], A](ta: T[A]) extends AnyVal

Attributes

Deprecated
true
Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelSequenceOps[T[_], M[_], A](tma: T[M[A]]) extends AnyVal

Attributes

Deprecated
true
Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any
final class ParallelTraversableOps[T[_], A](ta: T[A]) extends AnyVal

Attributes

Deprecated
true
Source
parallel.scala
Supertypes
class AnyVal
trait Matchable
class Any