Packages

c

scalaz.syntax.std

SortedMapOps

final class SortedMapOps[K, A] extends AnyVal

Source
SortedMapOps.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SortedMapOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SortedMapOps(self: SortedMap[K, A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def alter(k: K)(f: (Option[A]) => Option[A]): SortedMap[K, A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. def getOrAdd[F[_]](k: K)(fa: => F[A])(implicit F: Applicative[F]): F[(SortedMap[K, A], A)]
  8. def insertWith(k: K, v: A)(f: (A, A) => A): SortedMap[K, A]
  9. def intersectWith[B, C](m: SortedMap[K, B])(f: (A, B) => C)(implicit K: scala.Ordering[K]): SortedMap[K, C]
  10. def intersectWithKey[B, C](m: SortedMap[K, B])(f: (K, A, B) => C)(implicit K: scala.Ordering[K]): SortedMap[K, C]
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def mapKeys[K2](f: (K) => K2)(implicit arg0: scala.Ordering[K2]): SortedMap[K2, A]
  13. def toString(): String
    Definition Classes
    Any
  14. def unionWith(m: SortedMap[K, A])(f: (A, A) => A)(implicit K: scala.Ordering[K]): SortedMap[K, A]
  15. def unionWithKey(m: SortedMap[K, A])(f: (K, A, A) => A)(implicit K: scala.Ordering[K]): SortedMap[K, A]

Inherited from AnyVal

Inherited from Any

Ungrouped