Packages

c

geotrellis.spark.mapalgebra.Implicits

withMapValuesOptionMethods

implicit class withMapValuesOptionMethods[K, V] extends MethodExtensions[RDD[(K, (V, Option[V]))]]

Linear Supertypes
MethodExtensions[RDD[(K, (V, Option[V]))]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withMapValuesOptionMethods
  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 withMapValuesOptionMethods(self: RDD[(K, (V, Option[V]))])(implicit arg0: ClassTag[K], arg1: ClassTag[V])

Value Members

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