Packages

implicit class ParMapOps[K, V] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParMapOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParMapOps(l: ParMap[K, V])

Value Members

  1. def compareSoft(r: ParMap[K, V])(implicit V: PartialOrd[V]): PartialOrdering

    Compares two maps, allowing for the values to be lesser in the lesser map or greater in the greater map

  2. def compareStrict(r: ParMap[K, V])(implicit V: Equal[V]): PartialOrdering

    Compares two maps, expecting the values for the common keys to be equal.

  3. def compareWith(compareValues: (Ordering, ParIterable[(V, V)]) => PartialOrdering)(r: ParMap[K, V]): PartialOrdering

    Compares two maps, where you supply compareValues that compares the common values