final case classSegmentPattern[A, I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]](pattern: ValuePattern[String, A], force: Boolean, next: PathTrace[I.Append[A], O, E], 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
SegmentPattern
Serializable
Serializable
Product
Equals
PathTrace
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
newSegmentPattern(pattern: ValuePattern[String, A], force: Boolean, next: PathTrace[I.Append[A], O, E], growable: <:<[I, I with Growable])