Trait

cats.Reducible

Ops

Related Doc: package Reducible

Permalink

trait Ops[F[_], D] extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type TypeClassType <: Reducible[F]

    Permalink

Abstract Value Members

  1. abstract def self: F[D]

    Permalink
  2. abstract val typeClassInstance: TypeClassType

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def maximum(implicit A: Order[D]): D

    Permalink
  13. def minimum(implicit A: Order[D]): D

    Permalink
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def nonEmptyIntercalate(a: D)(implicit A: Semigroup[D]): D

    Permalink
  16. def nonEmptyPartition[B, C](f: (D) ⇒ Either[B, C]): Ior[NonEmptyList[B], NonEmptyList[C]]

    Permalink
  17. def nonEmptySequence_[G[_], A](implicit arg0: <:<[D, G[A]], G: Apply[G]): G[Unit]

    Permalink
  18. def nonEmptyTraverse_[G[_], B](f: (D) ⇒ G[B])(implicit G: Apply[G]): G[Unit]

    Permalink
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def reduce(implicit A: Semigroup[D]): D

    Permalink
  22. def reduceK[G[_], A](implicit arg0: <:<[D, G[A]], G: SemigroupK[G]): G[A]

    Permalink
  23. def reduceLeft(f: (D, D) ⇒ D): D

    Permalink
  24. def reduceLeftM[G[_], B](f: (D) ⇒ G[B])(g: (B, D) ⇒ G[B])(implicit G: FlatMap[G]): G[B]

    Permalink
  25. def reduceLeftTo[B](f: (D) ⇒ B)(g: (B, D) ⇒ B): B

    Permalink
  26. def reduceMap[B](f: (D) ⇒ B)(implicit B: Semigroup[B]): B

    Permalink
  27. def reduceMapM[G[_], B](f: (D) ⇒ G[B])(implicit G: FlatMap[G], B: Semigroup[B]): G[B]

    Permalink
  28. def reduceRight(f: (D, Eval[D]) ⇒ Eval[D]): Eval[D]

    Permalink
  29. def reduceRightTo[B](f: (D) ⇒ B)(g: (D, Eval[B]) ⇒ Eval[B]): Eval[B]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toNonEmptyList: NonEmptyList[D]

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped