Class PathMatcher3<T1,T2,T3>  
java.lang.Object
org.apache.pekko.http.javadsl.server.PathMatcher3<T1,T2,T3>  
A PathMatcher tries to match a prefix of a given string and returns either a PathMatcher.Matched instance
 if matched, otherwise PathMatchers.Unmatched.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionconcat(PathMatcher0 next) <N> PathMatcher4<T1,T2, T3, N> concat(PathMatcher1<N> next) <N1,N2> PathMatcher5<T1, T2, T3, N1, N2> concat(PathMatcher2<N1, N2> next) invert()orElse(PathMatcher3<T1, T2, T3> alternative) slash()slash(PathMatcher0 next) <N> PathMatcher4<T1,T2, T3, N> slash(PathMatcher1<N> next) <N1,N2> PathMatcher5<T1, T2, T3, N1, N2> slash(PathMatcher2<N1, N2> next) PathMatcher<scala.Tuple3<T1,T2, T3>> toScala()
- 
Constructor Details- 
PathMatcher3
 
- 
- 
Method Details- 
concat
- 
concat
- 
concat
- 
concat
- 
invert
- 
orElse
- 
slash
- 
slash
- 
slash
- 
slash
- 
slash
- 
toScala
 
-