Packages

c

lucuma.core.syntax

TreeMapCompanionOps

final class TreeMapCompanionOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TreeMapCompanionOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TreeMapCompanionOps(self: TreeMap.type)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def fromFoldable[F[_], A, B](fab: F[(A, B)])(implicit F: Foldable[F], A: Ordering[A]): TreeMap[A, B]

    Creates a TreeMap from a Foldable[(A, B)], provided an Ordering[A] is available.

  6. def fromList[A, B](lst: List[(A, B)])(implicit arg0: Ordering[A]): TreeMap[A, B]

    Creates a TreeMap from a List[(A, B)], provided an Ordering[A] is available.

  7. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def join[A, B](ms: List[TreeMap[A, B]])(implicit arg0: Ordering[A]): TreeMap[A, B]

    Combines all the given maps into a single map, where keys common to two or more maps are the value of the last occurrence in the list.

  10. val self: TreeMap.type
  11. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped