Packages

t

cats.instances

SortedMapInstances

trait SortedMapInstances extends SortedMapInstances2

Source
sortedMap.scala
Linear Supertypes
SortedMapInstances2, SortedMapInstances1, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortedMapInstances
  2. SortedMapInstances2
  3. SortedMapInstances1
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def catsStdInstancesForSortedMap[K]: Traverse[[β$0$]SortedMap[K, β$0$]] with FlatMap[[β$1$]SortedMap[K, β$1$]] with Align[[β$2$]SortedMap[K, β$2$]]
  6. implicit def catsStdShowForSortedMap[A, B](implicit showA: Show[A], showB: Show[B]): Show[SortedMap[A, B]]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def catsStdCommutativeMonoidForSortedMap[K, V](implicit arg0: Order[K], arg1: CommutativeSemigroup[V]): CommutativeMonoid[SortedMap[K, V]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC2) Use cats.kernel.instances.sortedMap.catsKernelStdCommutativeMonoidForSortedMap

  2. def catsStdEqForSortedMap[K, V](implicit arg0: Order[K], arg1: Eq[V]): Eq[SortedMap[K, V]]
    Definition Classes
    SortedMapInstances1
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC2) Use cats.kernel.instances.sortedMap.catsKernelStdEqForSortedMap

  3. def catsStdHashForSortedMap[K, V](implicit arg0: Hash[K], arg1: Order[K], arg2: Hash[V]): Hash[SortedMap[K, V]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC2) Use cats.kernel.instances.sortedMap.catsKernelStdHashForSortedMap

  4. def catsStdInstancesForSortedMap[K](orderK: Order[K]): Traverse[[β$7$]SortedMap[K, β$7$]] with FlatMap[[β$8$]SortedMap[K, β$8$]] with Align[[β$9$]SortedMap[K, β$9$]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0-M3) Use catsStdInstancesForSortedMap override without Order

  5. def catsStdMonoidForSortedMap[K, V](implicit arg0: Order[K], arg1: Semigroup[V]): Monoid[SortedMap[K, V]]
    Definition Classes
    SortedMapInstances2
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0-RC2) Use cats.kernel.instances.sortedMap.catsKernelStdMonoidForSortedMap

  6. implicit def catsStdShowForSortedMap[A, B](orderA: Order[A], showA: Show[A], showB: Show[B]): Show[SortedMap[A, B]]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.2.0-M3) Use catsStdShowForSortedMap override without Order

  7. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from SortedMapInstances2

Inherited from SortedMapInstances1

Inherited from AnyRef

Inherited from Any

Ungrouped