Package

io.radanalytics.silex.rdd

promise

Permalink

package promise

Provides PromiseRDD and PromiseRDDFunctions

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

Type Members

  1. class PromiseRDD[V] extends RDD[V]

    Permalink

    Represents the concept of a promised expression as an RDD, so that it can operate naturally inside the lazy-transform formalism

  2. class PromiseRDDFunctions[T] extends Serializable

    Permalink

    Enriched methods on RDD for creating a PromiseRDD

    Enriched methods on RDD for creating a PromiseRDD

    To enable these methods, import:

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

Value Members

  1. object implicits

    Permalink

    Provides implicit enrichment of an RDD with methods from PromiseRDDFunctions

    Provides implicit enrichment of an RDD with methods from PromiseRDDFunctions

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

Inherited from AnyRef

Inherited from Any

Ungrouped