c

geotrellis.layer.mapalgebra.Implicits

withCollectionMapValuesOptionMethods

implicit class withCollectionMapValuesOptionMethods[K, V] extends MethodExtensions[Seq[(K, (V, Option[V]))]]

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

Instance Constructors

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

Value Members

  1. val self: Seq[(K, (V, Option[V]))]
  2. def updateValues(f: (V, V) ⇒ V): Seq[(K, V)]