Packages

object UnorderedFoldable extends ScalaVersionSpecificTraverseInstances with Serializable

Linear Supertypes
Serializable, ScalaVersionSpecificTraverseInstances, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnorderedFoldable
  2. Serializable
  3. ScalaVersionSpecificTraverseInstances
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait AllOps[F[_], A] extends Ops[F, A]
  2. trait Ops[F[_], A] extends Serializable
  3. trait ToUnorderedFoldableOps extends Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[F[_]](implicit instance: UnorderedFoldable[F]): UnorderedFoldable[F]

    Summon an instance of UnorderedFoldable for F.

    Summon an instance of UnorderedFoldable for F.

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def catsFoldableForSortedSet: Foldable[SortedSet]
  7. implicit def catsInstancesForTuple[A]: Traverse[[β$3$](A, β$3$)] with Reducible[[β$4$](A, β$4$)]
  8. implicit def catsNonEmptyTraverseForId: NonEmptyTraverse[Id]
  9. implicit def catsTraverseForArraySeq: Traverse[ArraySeq]
    Definition Classes
    ScalaVersionSpecificTraverseInstances
  10. implicit def catsTraverseForEither[A]: Traverse[[β$2$]Either[A, β$2$]]
  11. implicit def catsTraverseForLazyList: Traverse[LazyList]
    Definition Classes
    ScalaVersionSpecificTraverseInstances
  12. implicit def catsTraverseForList: Traverse[List]
  13. implicit def catsTraverseForOption: Traverse[Option]
  14. implicit def catsTraverseForQueue: Traverse[Queue]
  15. implicit def catsTraverseForSeq: Traverse[Seq]
  16. implicit def catsTraverseForSortedMap[K]: Traverse[[β$0$]SortedMap[K, β$0$]]
  17. implicit def catsTraverseForTry: Traverse[Try]
  18. implicit def catsTraverseForVector: Traverse[Vector]
  19. implicit def catsUnorderedTraverseForMap[K]: UnorderedTraverse[[β$1$]Map[K, β$1$]]
  20. implicit def catsUnorderedTraverseForSet: UnorderedTraverse[Set]
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. implicit def catsTraverseForStream: Traverse[Stream]
    Definition Classes
    ScalaVersionSpecificTraverseInstances
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0.0) Use catsTraverseForLazyList

  2. object nonInheritedOps extends ToUnorderedFoldableOps
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0) Use cats.syntax object imports

  3. object ops
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0) Use cats.syntax object imports

Inherited from Serializable

Inherited from ScalaVersionSpecificTraverseInstances

Inherited from AnyRef

Inherited from Any

Ungrouped