java.lang.Object
org.apache.pekko.http.scaladsl.server.PathMatcher.PathMatcher1Ops<T>
 
- Enclosing class:
- PathMatcher<L>
public static class PathMatcher.PathMatcher1Ops<T>
extends Object 
- 
Constructor SummaryConstructors 
- 
Method Summary
flatMap(scala.Function1<T,scala.Option<R>> f)
  map(scala.Function1<T,R> f)
  
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
PathMatcher1Opspublic PathMatcher1Ops(PathMatcher<scala.Tuple1<T>> matcher) 
 
- 
Method Details
- 
flatMappublic <R> PathMatcher<scala.Tuple1<R>> flatMap(scala.Function1<T,scala.Option<R>> f) 
- 
mappublic <R> PathMatcher<scala.Tuple1<R>> map(scala.Function1<T,R> f)