Class QueryCaptureBuilder.Single.Collection<C extends io.vavr.collection.Traversable<T>>

    • Nested Class Summary

      • Nested classes/interfaces inherited from class ch.raffael.meldioc.library.http.server.undertow.routing.Capture

        Capture.Attachment<T>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Capture<C> nonEmpty()  
      Capture<C> orElse​(C orElse)  
      Capture<C> orElse​(java.util.function.Supplier<? extends C> orElse)  
      • Methods inherited from class ch.raffael.meldioc.library.http.server.undertow.routing.Capture

        name
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • nonEmpty

        public Capture<C> nonEmpty()
      • orElse

        public Capture<C> orElse​(C orElse)
      • orElse

        public Capture<C> orElse​(java.util.function.Supplier<? extends C> orElse)