final case classSegmentsPattern[A, I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]](pattern: ValuePattern[Seq[String], A], force: Boolean, end: E[I.Append[A], O], growable: <:<[I, I with Growable]) extends PathTrace[I, O, E] with Product with Serializable
Linear Supertypes
Serializable, Serializable, Product, Equals, PathTrace[I, O, E], AnyRef, Any
Ordering
Alphabetic
By Inheritance
Inherited
SegmentsPattern
Serializable
Serializable
Product
Equals
PathTrace
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newSegmentsPattern(pattern: ValuePattern[Seq[String], A], force: Boolean, end: E[I.Append[A], O], growable: <:<[I, I with Growable])