Packages

c

geotrellis.spark.mapalgebra.Implicits

withMapValuesTupleMethods

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

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

Value Members

  1. def combineValues[R](f: (V, V) ⇒ R)(implicit arg0: ClassTag[R]): RDD[(K, R)]
  2. val self: RDD[(K, (V, V))]