Class/Object

basis.net

Path

Related Docs: object Path | package net

Permalink

sealed abstract class Path extends Equals with Family[Path] with LinearSeq[String] with UriPart

Source
Path.scala
Linear Supertypes
UriPart, LinearSeq[String], Seq[String], Container[String], Collection[String], Traverser[String], basis.Family[Path], Equals, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Path
  2. UriPart
  3. LinearSeq
  4. Seq
  5. Container
  6. Collection
  7. Traverser
  8. Family
  9. Equals
  10. AnyRef
  11. Any
Implicitly
  1. by TraverserToStrictOps
  2. by SeqToStringOps
  3. by ContainerToStrictOps
  4. by CollectionToStrictOps
  5. by LinearSeqToStrictOps
  6. by TraverserToGeneralOps
  7. by SeqToGeneralOps
  8. by ContainerToGeneralOps
  9. by CollectionToGeneralOps
  10. by LinearSeqToGeneralOps
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Family = Path

    Permalink
    Definition Classes
    Family

Abstract Value Members

  1. abstract def ::(segment: String): Path

    Permalink
  2. abstract def head: String

    Permalink
    Definition Classes
    PathLinearSeq
  3. abstract def isDefined: Boolean

    Permalink
  4. abstract def isRelative: Boolean

    Permalink
  5. abstract def tail: Path

    Permalink
    Definition Classes
    PathLinearSeq

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[B >: A](those: Traverser[B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  4. macro def ++[B >: A](those: Seq[B])(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  5. macro def ++[B >: A](those: Container[B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  6. def ++[B >: A](those: Collection[B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  7. macro def ++[B >: A](those: LinearSeq[B])(implicit builder: Builder[B] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictLinearSeqOps
  8. macro def +:[B >: A](elem: B)(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  9. macro def +:[B >: A](elem: B)(implicit builder: Builder[B] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictLinearSeqOps
  10. def /: Path

    Permalink
  11. def /(segment: String): Path

    Permalink
  12. macro def :+[B >: A](elem: B)(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  13. macro def :+[B >: A](elem: B)(implicit builder: Builder[B] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictLinearSeqOps
  14. final def ==(arg0: Any): Boolean

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

    Permalink
    Definition Classes
    Any
  16. def body: Path

    Permalink
  17. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    PathSeq → Equals
  18. def choose[B](q: PartialFunction[String, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  19. macro def choose[B](q: PartialFunction[String, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  20. macro def choose[B](q: PartialFunction[String, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  21. def choose[B](q: PartialFunction[String, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  22. macro def choose[B](q: PartialFunction[String, B]): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def collect[B](q: PartialFunction[String, B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  25. macro def collect[B](q: PartialFunction[String, B])(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  26. macro def collect[B](q: PartialFunction[String, B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  27. def collect[B](q: PartialFunction[String, B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  28. macro def collect[B](q: PartialFunction[String, B])(implicit builder: Builder[B] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictLinearSeqOps
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    PathLinearSeqSeq → Equals → AnyRef → Any
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. def flatMap[B](f: (String) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  33. macro def flatMap[B](f: (String) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  34. macro def flatMap[B](f: (String) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  35. def flatMap[B](f: (String) ⇒ Traverser[B])(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  36. macro def flatMap[B](f: (String) ⇒ Traverser[B])(implicit builder: Builder[B] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictLinearSeqOps
  37. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  38. macro def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  39. macro def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  40. def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  41. macro def fold[B >: A](z: B)(op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  42. def foldLeft[B](z: B)(op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  43. macro def foldLeft[B](z: B)(op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  44. macro def foldLeft[B](z: B)(op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  45. def foldLeft[B](z: B)(op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  46. macro def foldLeft[B](z: B)(op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  47. def foot: String

    Permalink
  48. def foreach[U](f: (String) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  49. macro def foreach[U](f: (String) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  50. macro def foreach[U](f: (String) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  51. def foreach[U](f: (String) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  52. macro def foreach[U](f: (String) ⇒ U): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  53. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    PathLinearSeqSeq → AnyRef → Any
  55. def isEmpty: Boolean

    Permalink
    Definition Classes
    ContainerCollection
  56. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  57. def iterator: Iterator[String]

    Permalink
    Definition Classes
    LinearSeqContainer
  58. def joinString(separator: String)(implicit builder: StringBuilder): text.StringBuilder.State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  59. def joinString(open: String, separator: String, close: String)(implicit builder: StringBuilder): text.StringBuilder.State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  60. def length: Int

    Permalink
    Definition Classes
    Seq
  61. def map[B](f: (String) ⇒ B)(implicit builder: Builder[B] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictTraverserOps
  62. macro def map[B](f: (String) ⇒ B)(implicit builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  63. macro def map[B](f: (String) ⇒ B)(implicit builder: Builder[B] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  64. def map[B](f: (String) ⇒ B)(implicit builder: Builder[B] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictCollectionOps
  65. macro def map[B](f: (String) ⇒ B)(implicit builder: Builder[B] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictLinearSeqOps
  66. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  67. macro def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  68. macro def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  69. def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  70. macro def mayReduce[B >: A](op: (B, B) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  71. def mayReduceLeft[B >: A](op: (B, String) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  72. macro def mayReduceLeft[B >: A](op: (B, String) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  73. macro def mayReduceLeft[B >: A](op: (B, String) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  74. def mayReduceLeft[B >: A](op: (B, String) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  75. macro def mayReduceLeft[B >: A](op: (B, String) ⇒ B): Maybe[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  76. def merge(that: Path): Path

    Permalink
  77. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  80. def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  81. macro def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  82. macro def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  83. def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  84. macro def reduce[B >: A](op: (B, B) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  85. def reduceLeft[B >: A](op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralTraverserOps
  86. macro def reduceLeft[B >: A](op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralSeqOps
  87. macro def reduceLeft[B >: A](op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralContainerOps
  88. def reduceLeft[B >: A](op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Definition Classes
    GeneralCollectionOps
  89. macro def reduceLeft[B >: A](op: (B, String) ⇒ B): B

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Definition Classes
    GeneralLinearSeqOps
  90. def removeDotSegments: Path

    Permalink
  91. def reverse: Path

    Permalink
  92. def sortBy[B](f: (String) ⇒ B)(implicit order: Order[B], builder: Builder[String] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  93. def sorted[B >: A](implicit order: Order[B], builder: Builder[B] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  94. def stringPrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    Collection
  95. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  96. def toString(): String

    Permalink
    Definition Classes
    PathContainerCollection → AnyRef → Any
  97. def toUriString: String

    Permalink
  98. def traverse(f: (String) ⇒ Unit): Unit

    Permalink
    Definition Classes
    LinearSeqContainerTraverser
  99. def unmerge(that: Path): Path

    Permalink
  100. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. def writeUriString(builder: Builder[Int]): Unit

    Permalink
  104. macro def zip[B](those: Container[B])(implicit builder: Builder[(String, B)] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictSeqOps
  105. macro def zip[B](those: Container[B])(implicit builder: Builder[(String, B)] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Definition Classes
    StrictContainerOps
  106. macro def zip[B](those: LinearSeq[B])(implicit builder: Builder[(String, B)] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Definition Classes
    StrictLinearSeqOps

Shadowed Implicit Value Members

  1. def count(p: (String) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralTraverserOps[String]).count(p)
    Definition Classes
    GeneralTraverserOps
  2. macro def count(p: (String) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralSeqOps[String]).count(p)
    Definition Classes
    GeneralSeqOps
  3. macro def count(p: (String) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralContainerOps[String]).count(p)
    Definition Classes
    GeneralContainerOps
  4. def count(p: (String) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralCollectionOps[String]).count(p)
    Definition Classes
    GeneralCollectionOps
  5. macro def count(p: (String) ⇒ Boolean): Int

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralLinearSeqOps[String]).count(p)
    Definition Classes
    GeneralLinearSeqOps
  6. def drop(lower: Int)(implicit builder: Builder[String] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).drop(lower)(builder)
    Definition Classes
    StrictTraverserOps
  7. macro def drop(lower: Int)(implicit builder: Builder[String] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).drop(lower)(builder)
    Definition Classes
    StrictSeqOps
  8. macro def drop(lower: Int)(implicit builder: Builder[String] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).drop(lower)(builder)
    Definition Classes
    StrictContainerOps
  9. def drop(lower: Int)(implicit builder: Builder[String] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).drop(lower)(builder)
    Definition Classes
    StrictCollectionOps
  10. macro def drop(lower: Int)(implicit builder: Builder[String] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).drop(lower)(builder)
    Definition Classes
    StrictLinearSeqOps
  11. def dropWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  12. macro def dropWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  13. macro def dropWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  14. def dropWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  15. macro def dropWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).dropWhile(p)(builder)
    Definition Classes
    StrictLinearSeqOps
  16. def eagerly: StrictTraverserOps[String, Traverser[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralTraverserOps[String]).eagerly
    Definition Classes
    GeneralTraverserOps
  17. macro def eagerly: StrictSeqOps[String, Seq[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralSeqOps[String]).eagerly
    Definition Classes
    GeneralSeqOps
  18. macro def eagerly: StrictContainerOps[String, Container[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralContainerOps[String]).eagerly
    Definition Classes
    GeneralContainerOps
  19. def eagerly: StrictCollectionOps[String, Collection[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralCollectionOps[String]).eagerly
    Definition Classes
    GeneralCollectionOps
  20. macro def eagerly: StrictLinearSeqOps[String, LinearSeq[_]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralLinearSeqOps[String]).eagerly
    Definition Classes
    GeneralLinearSeqOps
  21. def exists(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralTraverserOps[String]).exists(p)
    Definition Classes
    GeneralTraverserOps
  22. macro def exists(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralSeqOps[String]).exists(p)
    Definition Classes
    GeneralSeqOps
  23. macro def exists(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralContainerOps[String]).exists(p)
    Definition Classes
    GeneralContainerOps
  24. def exists(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralCollectionOps[String]).exists(p)
    Definition Classes
    GeneralCollectionOps
  25. macro def exists(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralLinearSeqOps[String]).exists(p)
    Definition Classes
    GeneralLinearSeqOps
  26. def filter(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).filter(p)(builder)
    Definition Classes
    StrictTraverserOps
  27. macro def filter(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).filter(p)(builder)
    Definition Classes
    StrictSeqOps
  28. macro def filter(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).filter(p)(builder)
    Definition Classes
    StrictContainerOps
  29. def filter(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).filter(p)(builder)
    Definition Classes
    StrictCollectionOps
  30. macro def filter(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).filter(p)(builder)
    Definition Classes
    StrictLinearSeqOps
  31. def find(p: (String) ⇒ Boolean): Maybe[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralTraverserOps[String]).find(p)
    Definition Classes
    GeneralTraverserOps
  32. macro def find(p: (String) ⇒ Boolean): Maybe[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralSeqOps[String]).find(p)
    Definition Classes
    GeneralSeqOps
  33. macro def find(p: (String) ⇒ Boolean): Maybe[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralContainerOps[String]).find(p)
    Definition Classes
    GeneralContainerOps
  34. def find(p: (String) ⇒ Boolean): Maybe[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralCollectionOps[String]).find(p)
    Definition Classes
    GeneralCollectionOps
  35. macro def find(p: (String) ⇒ Boolean): Maybe[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralLinearSeqOps[String]).find(p)
    Definition Classes
    GeneralLinearSeqOps
  36. def forall(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralTraverserOps[String]).forall(p)
    Definition Classes
    GeneralTraverserOps
  37. macro def forall(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralSeqOps[String]).forall(p)
    Definition Classes
    GeneralSeqOps
  38. macro def forall(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralContainerOps[String]).forall(p)
    Definition Classes
    GeneralContainerOps
  39. def forall(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralCollectionOps[String]).forall(p)
    Definition Classes
    GeneralCollectionOps
  40. macro def forall(p: (String) ⇒ Boolean): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralLinearSeqOps[String]).forall(p)
    Definition Classes
    GeneralLinearSeqOps
  41. def lazily: NonStrictTraverserOps[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralTraverserOps[String] performed by method TraverserToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralTraverserOps[String]).lazily
    Definition Classes
    GeneralTraverserOps
  42. macro def lazily: NonStrictSeqOps[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralSeqOps[String] performed by method SeqToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralSeqOps[String]).lazily
    Definition Classes
    GeneralSeqOps
  43. macro def lazily: NonStrictContainerOps[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralContainerOps[String] performed by method ContainerToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralContainerOps[String]).lazily
    Definition Classes
    GeneralContainerOps
  44. def lazily: NonStrictCollectionOps[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralCollectionOps[String] performed by method CollectionToGeneralOps in basis.collections.sequential.GeneralPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralCollectionOps[String]).lazily
    Definition Classes
    GeneralCollectionOps
  45. macro def lazily: NonStrictLinearSeqOps[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to GeneralLinearSeqOps[String] performed by method LinearSeqToGeneralOps in basis.collections.sequential.GeneralPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: GeneralLinearSeqOps[String]).lazily
    Definition Classes
    GeneralLinearSeqOps
  46. def slice(lower: Int, upper: Int)(implicit builder: Builder[String] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictTraverserOps
  47. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[String] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictSeqOps
  48. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[String] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictContainerOps
  49. def slice(lower: Int, upper: Int)(implicit builder: Builder[String] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictCollectionOps
  50. macro def slice(lower: Int, upper: Int)(implicit builder: Builder[String] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).slice(lower, upper)(builder)
    Definition Classes
    StrictLinearSeqOps
  51. def span(p: (String) ⇒ Boolean)(implicit builder1: Builder[String] with From[Traverser[_]], builder2: Builder[String] with From[Traverser[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictTraverserOps
  52. macro def span(p: (String) ⇒ Boolean)(implicit builder1: Builder[String] with From[Seq[_]], builder2: Builder[String] with From[Seq[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictSeqOps
  53. macro def span(p: (String) ⇒ Boolean)(implicit builder1: Builder[String] with From[Container[_]], builder2: Builder[String] with From[Container[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictContainerOps
  54. def span(p: (String) ⇒ Boolean)(implicit builder1: Builder[String] with From[Collection[_]], builder2: Builder[String] with From[Collection[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictCollectionOps
  55. macro def span(p: (String) ⇒ Boolean)(implicit builder1: Builder[String] with From[LinearSeq[_]], builder2: Builder[String] with From[LinearSeq[_]]): ((builder1)#State, (builder2)#State)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).span(p)(builder1, builder2)
    Definition Classes
    StrictLinearSeqOps
  56. def take(upper: Int)(implicit builder: Builder[String] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).take(upper)(builder)
    Definition Classes
    StrictTraverserOps
  57. macro def take(upper: Int)(implicit builder: Builder[String] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).take(upper)(builder)
    Definition Classes
    StrictSeqOps
  58. macro def take(upper: Int)(implicit builder: Builder[String] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).take(upper)(builder)
    Definition Classes
    StrictContainerOps
  59. def take(upper: Int)(implicit builder: Builder[String] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).take(upper)(builder)
    Definition Classes
    StrictCollectionOps
  60. macro def take(upper: Int)(implicit builder: Builder[String] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).take(upper)(builder)
    Definition Classes
    StrictLinearSeqOps
  61. def takeWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Traverser[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictTraverserOps
  62. macro def takeWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Seq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictSeqOps
  63. macro def takeWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Container[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictContainerOps
  64. def takeWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[Collection[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictCollectionOps
  65. macro def takeWhile(p: (String) ⇒ Boolean)(implicit builder: Builder[String] with From[LinearSeq[_]]): (builder)#State

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).takeWhile(p)(builder)
    Definition Classes
    StrictLinearSeqOps
  66. def withFilter(p: (String) ⇒ Boolean): Traverser[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictTraverserOps[String, Traverser[_]] performed by method TraverserToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictTraverserOps[String, Traverser[_]]).withFilter(p)
    Definition Classes
    StrictTraverserOps
  67. def withFilter(p: (String) ⇒ Boolean): Seq[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictSeqOps[String, Seq[_]] performed by method SeqToStringOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictSeqOps[String, Seq[_]]).withFilter(p)
    Definition Classes
    StrictSeqOps
  68. def withFilter(p: (String) ⇒ Boolean): Container[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictContainerOps[String, Container[_]] performed by method ContainerToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictContainerOps[String, Container[_]]).withFilter(p)
    Definition Classes
    StrictContainerOps
  69. def withFilter(p: (String) ⇒ Boolean): Collection[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictCollectionOps[String, Collection[_]] performed by method CollectionToStrictOps in basis.collections.sequential.StrictPriority3.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictCollectionOps[String, Collection[_]]).withFilter(p)
    Definition Classes
    StrictCollectionOps
  70. def withFilter(p: (String) ⇒ Boolean): LinearSeq[String]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Path to StrictLinearSeqOps[String, LinearSeq[_]] performed by method LinearSeqToStrictOps in basis.collections.sequential.StrictPriority2.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (path: StrictLinearSeqOps[String, LinearSeq[_]]).withFilter(p)
    Definition Classes
    StrictLinearSeqOps

Inherited from UriPart

Inherited from LinearSeq[String]

Inherited from Seq[String]

Inherited from Container[String]

Inherited from Collection[String]

Inherited from Traverser[String]

Inherited from basis.Family[Path]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion TraverserToStrictOps from Path to StrictTraverserOps[String, Traverser[_]]

Inherited by implicit conversion SeqToStringOps from Path to StrictSeqOps[String, Seq[_]]

Inherited by implicit conversion ContainerToStrictOps from Path to StrictContainerOps[String, Container[_]]

Inherited by implicit conversion CollectionToStrictOps from Path to StrictCollectionOps[String, Collection[_]]

Inherited by implicit conversion LinearSeqToStrictOps from Path to StrictLinearSeqOps[String, LinearSeq[_]]

Inherited by implicit conversion TraverserToGeneralOps from Path to GeneralTraverserOps[String]

Inherited by implicit conversion SeqToGeneralOps from Path to GeneralSeqOps[String]

Inherited by implicit conversion ContainerToGeneralOps from Path to GeneralContainerOps[String]

Inherited by implicit conversion CollectionToGeneralOps from Path to GeneralCollectionOps[String]

Inherited by implicit conversion LinearSeqToGeneralOps from Path to GeneralLinearSeqOps[String]

Ungrouped