package ops

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ApplicativeOps[F[_], A](fa: F[A]) extends AnyVal with Product with Serializable
  2. final case class ContTOps[M[_], A](ma: M[A]) extends AnyVal with Product with Serializable
  3. final case class DescOps[A](a: A) extends AnyVal with Product with Serializable
  4. final case class FoldableOps[F[_], A](fa: F[A]) extends AnyVal with Product with Serializable
  5. final case class IndexedContTOps[R, O, F[_], A](self: IndexedContT[R, O, F, A]) extends AnyVal with Product with Serializable
  6. final case class IterableOps[A](col: Iterable[A]) extends AnyVal with Product with Serializable
  7. final case class IteratorOps[A](it: Iterator[A]) extends AnyVal with Product with Serializable
  8. final case class LensOps[S](s: S) extends AnyVal with Product with Serializable
  9. final case class StratifiedMonoidAggregatorOps[A](a: A) extends AnyVal with Product with Serializable
  10. final case class TellInterpolator(sc: StringContext) extends AnyVal with Product with Serializable
  11. trait ToApplicativeOps extends AnyRef
  12. trait ToContTOps extends AnyRef
  13. trait ToDescOps extends AnyRef
  14. trait ToFoldableOps extends AnyRef
  15. trait ToIndexedContTOps extends AnyRef
  16. trait ToIterableOps extends AnyRef
  17. trait ToIteratorOps extends AnyRef
  18. trait ToLensOps extends AnyRef
  19. trait ToStratifiedMonoidAggregatorOps extends AnyRef
  20. trait ToTellOps extends AnyRef

Ungrouped