Class

pimpathon

GenTraversableLikeCapturer

Related Doc: package pimpathon

Permalink

case class GenTraversableLikeCapturer[A, ⪢:[_, _], ▷:[_, _]](gtl: GenTraversableLike[A, GenTraversable[A]]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenTraversableLikeCapturer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenTraversableLikeCapturer(gtl: GenTraversableLike[A, GenTraversable[A]])

    Permalink

Type Members

  1. type CBF[K, V] = CanBuildFrom[Nothing, (K, V), ▷:[K, V]]

    Permalink
  2. type GBF[K, V] = CanBuildFrom[Nothing, (K, V), ⪢:[K, V]]

    Permalink

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  11. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  12. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  13. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  14. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def withConstValue[V](v: V)(implicit cbf: CBF[A, V]): ▷:[A, V]

    Permalink
  18. def withEntries[K, V](f: (A) ⇒ (K, V))(implicit cbf: CBF[K, V]): ▷:[K, V]

    Permalink
  19. def withEntries[K, V](k: (A) ⇒ K, v: (A) ⇒ V)(implicit cbf: CBF[K, V]): ▷:[K, V]

    Permalink
  20. def withEntries[K2, K1, V](f2: (A) ⇒ K2, f1: (A) ⇒ K1, fv: (A) ⇒ V)(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]]): ⪢:[K2, ▷:[K1, V]]

    Permalink
  21. def withEntries[K3, K2, K1, V](f3: (A) ⇒ K3, f2: (A) ⇒ K2, f1: (A) ⇒ K1, fv: (A) ⇒ V)(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]]): ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]

    Permalink
  22. def withEntries[K4, K3, K2, K1, V](f4: (A) ⇒ K4, f3: (A) ⇒ K3, f2: (A) ⇒ K2, f1: (A) ⇒ K1, fv: (A) ⇒ V)(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]): ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]

    Permalink
  23. def withEntries[K5, K4, K3, K2, K1, V](f5: (A) ⇒ K5, f4: (A) ⇒ K4, f3: (A) ⇒ K3, f2: (A) ⇒ K2, f1: (A) ⇒ K1, fv: (A) ⇒ V)(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]], k5: GBF[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]): ⪢:[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]

    Permalink
  24. def withKeys[K](f: (A) ⇒ K)(implicit cbf: CBF[K, A]): ▷:[K, A]

    Permalink
  25. def withManyEntries[K, V](fk: (A) ⇒ GTLGT[K], fv: (A) ⇒ GTLGT[V])(implicit cbf: CBF[K, V]): ▷:[K, V]

    Permalink
  26. def withManyEntries[K2, K1, V](f2: (A) ⇒ GTLGT[K2], f1: (A) ⇒ GTLGT[K1], fv: (A) ⇒ GTLGT[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]]): ⪢:[K2, ▷:[K1, V]]

    Permalink
  27. def withManyEntries[K3, K2, K1, V](f3: (A) ⇒ GTLGT[K3], f2: (A) ⇒ GTLGT[K2], f1: (A) ⇒ GTLGT[K1], fv: (A) ⇒ GTLGT[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]]): ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]

    Permalink
  28. def withManyEntries[K4, K3, K2, K1, V](f4: (A) ⇒ GTLGT[K4], f3: (A) ⇒ GTLGT[K3], f2: (A) ⇒ GTLGT[K2], f1: (A) ⇒ GTLGT[K1], fv: (A) ⇒ GTLGT[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]): ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]

    Permalink
  29. def withManyEntries[K5, K4, K3, K2, K1, V](f5: (A) ⇒ GTLGT[K5], f4: (A) ⇒ GTLGT[K4], f3: (A) ⇒ GTLGT[K3], f2: (A) ⇒ GTLGT[K2], f1: (A) ⇒ GTLGT[K1], fv: (A) ⇒ GTLGT[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]], k5: GBF[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]): ⪢:[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]

    Permalink
  30. def withManyKeys[K](f: (A) ⇒ GTLGT[K])(implicit cbf: CBF[K, A]): ▷:[K, A]

    Permalink
  31. def withPFEntries[K, V](pf: PartialFunction[A, (K, V)])(implicit cbf: CBF[K, V]): ▷:[K, V]

    Permalink
  32. def withPFEntries[K, V](k: PartialFunction[A, K], v: PartialFunction[A, V])(implicit cbf: CBF[K, V]): ▷:[K, V]

    Permalink
  33. def withPFEntries[K2, K1, V](f2: PartialFunction[A, K2], f1: PartialFunction[A, K1], fv: PartialFunction[A, V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]]): ⪢:[K2, ▷:[K1, V]]

    Permalink
  34. def withPFEntries[K3, K2, K1, V](f3: PartialFunction[A, K3], f2: PartialFunction[A, K2], f1: PartialFunction[A, K1], fv: PartialFunction[A, V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]]): ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]

    Permalink
  35. def withPFEntries[K4, K3, K2, K1, V](f4: PartialFunction[A, K4], f3: PartialFunction[A, K3], f2: PartialFunction[A, K2], f1: PartialFunction[A, K1], fv: PartialFunction[A, V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]): ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]

    Permalink
  36. def withPFEntries[K5, K4, K3, K2, K1, V](f5: PartialFunction[A, K5], f4: PartialFunction[A, K4], f3: PartialFunction[A, K3], f2: PartialFunction[A, K2], f1: PartialFunction[A, K1], fv: PartialFunction[A, V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]], k5: GBF[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]): ⪢:[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]

    Permalink
  37. def withPFKeys[K](pf: PartialFunction[A, K])(implicit cbf: CBF[K, A]): ▷:[K, A]

    Permalink
  38. def withPFValues[V](pf: PartialFunction[A, V])(implicit cbf: CBF[A, V]): ▷:[A, V]

    Permalink
  39. def withSomeEntries[K, V](f: (A) ⇒ Option[(K, V)])(implicit cbf: CBF[K, V]): ▷:[K, V]

    Permalink
  40. def withSomeEntries[K, V](fk: (A) ⇒ Option[K], fv: (A) ⇒ Option[V])(implicit cbf: CBF[K, V]): ▷:[K, V]

    Permalink
  41. def withSomeEntries[K2, K1, V](f2: (A) ⇒ Option[K2], f1: (A) ⇒ Option[K1], fv: (A) ⇒ Option[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]]): ⪢:[K2, ▷:[K1, V]]

    Permalink
  42. def withSomeEntries[K3, K2, K1, V](f3: (A) ⇒ Option[K3], f2: (A) ⇒ Option[K2], f1: (A) ⇒ Option[K1], fv: (A) ⇒ Option[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]]): ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]

    Permalink
  43. def withSomeEntries[K4, K3, K2, K1, V](f4: (A) ⇒ Option[K4], f3: (A) ⇒ Option[K3], f2: (A) ⇒ Option[K2], f1: (A) ⇒ Option[K1], fv: (A) ⇒ Option[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]): ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]

    Permalink
  44. def withSomeEntries[K5, K4, K3, K2, K1, V](f5: (A) ⇒ Option[K5], f4: (A) ⇒ Option[K4], f3: (A) ⇒ Option[K3], f2: (A) ⇒ Option[K2], f1: (A) ⇒ Option[K1], fv: (A) ⇒ Option[V])(implicit k1: CBF[K1, V], k2: GBF[K2, ▷:[K1, V]], k3: GBF[K3, ⪢:[K2, ▷:[K1, V]]], k4: GBF[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]], k5: GBF[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]): ⪢:[K5, ⪢:[K4, ⪢:[K3, ⪢:[K2, ▷:[K1, V]]]]]

    Permalink
  45. def withSomeKeys[K](f: (A) ⇒ Option[K])(implicit cbf: CBF[K, A]): ▷:[K, A]

    Permalink
  46. def withSomeValues[V](f: (A) ⇒ Option[V])(implicit cbf: CBF[A, V]): ▷:[A, V]

    Permalink
  47. def withUniqueKeys[K](f: (A) ⇒ K)(implicit cbf: CBF[K, A]): Option[▷:[K, A]]

    Permalink
  48. def withValues[V](f: (A) ⇒ V)(implicit cbf: CBF[A, V]): ▷:[A, V]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped