Class UniOr<T>


  • public class UniOr<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UniOr​(Uni<T> upstream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Uni<T> unis​(Uni<T>... other)  
      • Methods inherited from class java.lang.Object

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

      • UniOr

        public UniOr​(Uni<T> upstream)
    • Method Detail

      • unis

        @SafeVarargs
        @CheckReturnValue
        public final Uni<T> unis​(Uni<T>... other)