c

geotrellis.layer.mapalgebra.Implicits

withCollectionCombineMethods

implicit class withCollectionCombineMethods[K, V] extends CollectionCombineMethods[K, V]

Linear Supertypes
CollectionCombineMethods[K, V], MethodExtensions[Seq[(K, V)]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withCollectionCombineMethods
  2. CollectionCombineMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withCollectionCombineMethods(self: Seq[(K, V)])

Value Members

  1. def combineValues[R](others: Traversable[Seq[(K, V)]])(f: (Iterable[V]) ⇒ R): Seq[(K, R)]
    Definition Classes
    CollectionCombineMethods
  2. def combineValues[R](other: Seq[(K, V)])(f: (V, V) ⇒ R): Seq[(K, R)]
    Definition Classes
    CollectionCombineMethods
  3. def mapValues[R](f: (V) ⇒ R): Seq[(K, R)]
    Definition Classes
    CollectionCombineMethods
  4. val self: Seq[(K, V)]