geotrellis.source

DataSourceLike

trait DataSourceLike[+T, +V, +Repr <: DataSource[T, V]] extends AnyRef

Self Type
Repr
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DataSourceLike
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def elements(): Op[Seq[Op[T]]]

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cached[R1 >: DataSource[T, V], T1 >: T](implicit server: Server, bf: CanBuildSourceFrom[DataSource[T, V], T1, R1]): R1

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def combine[T1 >: T, B, That](dss: Seq[DataSource[T1, _]])(f: (Seq[T1]) ⇒ B)(implicit bf: CanBuildSourceFrom[DataSource[T, V], B, That]): That

  10. def combine[B, C, That](ds: DataSource[B, _])(f: (T, B) ⇒ C)(implicit bf: CanBuildSourceFrom[DataSource[T, V], C, That]): That

  11. def combineOp[T1 >: T, B, That](dss: Seq[DataSource[T1, _]])(f: (Seq[Op[T1]]) ⇒ Op[B])(implicit bf: CanBuildSourceFrom[DataSource[T, V], B, That]): That

  12. def combineOp[B, C, That](ds: DataSource[B, _])(f: (Op[T], Op[B]) ⇒ Op[C])(implicit bf: CanBuildSourceFrom[DataSource[T, V], C, That]): That

  13. def converge[B](f: (Seq[T]) ⇒ B): ValueSource[B]

  14. def converge(): ValueSource[V]

  15. def distribute[T1 >: T, That](cluster: ActorRef)(implicit bf: CanBuildSourceFrom[DataSource[T, V], T1, That]): That

  16. def distribute[T1 >: T, That](implicit bf: CanBuildSourceFrom[DataSource[T, V], T1, That]): That

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def foldLeft[B](z: B)(folder: (B, T) ⇒ B): ValueSource[B]

  21. def foldRight[B](z: B)(folder: (T, B) ⇒ B): ValueSource[B]

  22. def get(implicit server: Server): V

  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def map[B, That](f: (T) ⇒ B)(implicit bf: CanBuildSourceFrom[DataSource[T, V], B, That]): That

    apply a function to elements, and return the appropriate datasource *

  27. def mapOp[B, That](f: (Op[T]) ⇒ Op[B])(implicit bf: CanBuildSourceFrom[DataSource[T, V], B, That]): That

    apply a function to element operations, and return the appropriate datasource *

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def reduce[T1 >: T](reducer: (T1, T1) ⇒ T1): ValueSource[T1]

  32. def reduceLeft[T1 >: T](reducer: (T1, T) ⇒ T1): ValueSource[T1]

  33. def reduceRight[T1 >: T](reducer: (T, T1) ⇒ T1): ValueSource[T1]

  34. def run(implicit server: Server): OperationResult[V]

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped