Package

io.radanalytics.silex.rdd

drop

Permalink

package drop

Provides DropRDDFunctions enriched methods

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. drop
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DropRDDFunctions[T] extends Serializable

    Permalink

    Enriched methods for providing the RDD analogs of Scala drop, dropRight and dropWhile, which return an RDD as a result

    Enriched methods for providing the RDD analogs of Scala drop, dropRight and dropWhile, which return an RDD as a result

    import io.radanalytics.silex.rdd.drop.implicits._

Value Members

  1. object implicits

    Permalink

    Provides implicit enrichment of an RDD with methods from DropRDDFunctions

    Provides implicit enrichment of an RDD with methods from DropRDDFunctions

    import io.radanalytics.silex.rdd.drop.implicits._

Inherited from AnyRef

Inherited from Any

Ungrouped