trait IfCellTileRDDMethods[K] extends TileRDDMethods[K]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- IfCellTileRDDMethods
- TileRDDMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
implicit abstract
val
keyClassTag: ClassTag[K]
- Definition Classes
- TileRDDMethods
-
abstract
def
self: RDD[(K, Tile)]
- Definition Classes
- MethodExtensions
Concrete Value Members
- def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]
- def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]
- def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]
- def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]
- def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double, partitioner: Option[Partitioner]): RDD[(K, Tile)]
- def localIf(other: RDD[(K, Tile)], cond: (Double, Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]
- def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int, partitioner: Option[Partitioner]): RDD[(K, Tile)]
- def localIf(other: RDD[(K, Tile)], cond: (Int, Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]
- def localIf(cond: (Double) ⇒ Boolean, trueValue: Double, falseValue: Double): RDD[(K, Tile)]
- def localIf(cond: (Int) ⇒ Boolean, trueValue: Int, falseValue: Int): RDD[(K, Tile)]
- def localIf(cond: (Double) ⇒ Boolean, trueValue: Double): RDD[(K, Tile)]
- def localIf(cond: (Int) ⇒ Boolean, trueValue: Int): RDD[(K, Tile)]