io.getclump

Sources

Related Doc: package getclump

trait Sources extends Tuples

Attributes
protected
Linear Supertypes
Tuples, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Sources
  2. Tuples
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def denormalize1[A, B]: (A, B) ⇒ (A, B)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  7. def denormalize2[A, B, C]: ((A, B), C) ⇒ (A, B, C)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  8. def denormalize3[A, B, C, D]: ((A, B, C), D) ⇒ (A, B, C, D)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  9. def denormalize4[A, B, C, D, E]: ((A, B, C, D), E) ⇒ (A, B, C, D, E)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def fetch1[A, B, C](fetch: (A, B) ⇒ Future[Iterable[C]]): (A, B) ⇒ Future[Iterable[C]]

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  13. def fetch2[A, B, C, D](fetch: (A, B, C) ⇒ Future[Iterable[D]]): ((A, B), C) ⇒ Future[Iterable[D]]

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  14. def fetch3[A, B, C, D, E](fetch: (A, B, C, D) ⇒ Future[Iterable[E]]): ((A, B, C), D) ⇒ Future[Iterable[E]]

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  15. def fetch4[A, B, C, D, E, F](fetch: (A, B, C, D, E) ⇒ Future[Iterable[F]]): ((A, B, C, D), E) ⇒ Future[Iterable[F]]

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def normalize1[A, B]: ((A, B)) ⇒ (A, B)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  22. def normalize2[A, B, C]: ((A, B, C)) ⇒ ((A, B), C)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  23. def normalize3[A, B, C, D]: ((A, B, C, D)) ⇒ ((A, B, C), D)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  24. def normalize4[A, B, C, D, E]: ((A, B, C, D, E)) ⇒ ((A, B, C, D), E)

    Attributes
    protected[io.getclump]
    Definition Classes
    Tuples
  25. final def notify(): Unit

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

    Definition Classes
    AnyRef
  27. def source[A, B, C, D, KS, K, V](fetch: (A, B, C, D, KS) ⇒ Future[Map[K, V]])(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, B, C, D, K), V]

    Similar to source but also accepts 4 extra params

  28. def source[A, B, C, KS, K, V](fetch: (A, B, C, KS) ⇒ Future[Map[K, V]])(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, B, C, K), V]

    Similar to source but also accepts 3 extra params

  29. def source[A, B, KS, K, V](fetch: (A, B, KS) ⇒ Future[Map[K, V]])(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, B, K), V]

    Similar to source but also accepts 2 extra params

  30. def source[A, KS, K, V](fetch: (A, KS) ⇒ Future[Map[K, V]])(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, K), V]

    Similar to source but also accepts 1 extra params

  31. def source[KS, K, V](fetch: (KS) ⇒ Future[Map[K, V]])(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[K, V]

    Create a clump source from a function that accepts inputs and returns a future map from input to resulting value.

  32. def source[A, B, C, D, KS, V, K](fetch: (A, B, C, D, KS) ⇒ Future[Iterable[V]])(keyExtractor: (V) ⇒ K)(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, B, C, D, K), V]

    Similar to source but also accepts 4 extra params

  33. def source[A, B, C, KS, V, K](fetch: (A, B, C, KS) ⇒ Future[Iterable[V]])(keyExtractor: (V) ⇒ K)(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, B, C, K), V]

    Similar to source but also accepts 3 extra params

  34. def source[A, B, KS, V, K](fetch: (A, B, KS) ⇒ Future[Iterable[V]])(keyExtractor: (V) ⇒ K)(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, B, K), V]

    Similar to source but also accepts 2 extra params

  35. def source[A, KS, V, K](fetch: (A, KS) ⇒ Future[Iterable[V]])(keyExtractor: (V) ⇒ K)(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[(A, K), V]

    Similar to source but also accepts 1 extra params

  36. def source[KS, V, K](fetch: (KS) ⇒ Future[Iterable[V]])(keyExtractor: (V) ⇒ K)(implicit cbf: CanBuildFrom[Nothing, K, KS]): ClumpSource[K, V]

    Create a clump source from a function that accepts inputs and returns a future list of values.

    Create a clump source from a function that accepts inputs and returns a future list of values. Since the order of the list of values is undefined, also must provide a function that takes the value and returns the key used to get that value.

  37. def sourceZip[A, B, C, D, K, V](fetch: (A, B, C, D, List[K]) ⇒ Future[List[V]]): ClumpSource[(A, B, C, D, K), V]

    Similar to sourceZip but also accepts 4 extra params

  38. def sourceZip[A, B, C, K, V](fetch: (A, B, C, List[K]) ⇒ Future[List[V]]): ClumpSource[(A, B, C, K), V]

    Similar to sourceZip but also accepts 3 extra params

  39. def sourceZip[A, B, K, V](fetch: (A, B, List[K]) ⇒ Future[List[V]]): ClumpSource[(A, B, K), V]

    Similar to sourceZip but also accepts 2 extra params

  40. def sourceZip[A, K, V](fetch: (A, List[K]) ⇒ Future[List[V]]): ClumpSource[(A, K), V]

    Similar to sourceZip but also accepts 1 extra params

  41. def sourceZip[K, V](fetch: (List[K]) ⇒ Future[List[V]]): ClumpSource[K, V]

    Create a clump source from a function that accepts inputs and returns a future list of values.

    Create a clump source from a function that accepts inputs and returns a future list of values. Unlike in source, the order of the returned values must be the same as the list of keys that was passed in as the key and value lists will be zipped together to create a map from key to value.

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

    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tuples

Inherited from AnyRef

Inherited from Any

Ungrouped