Class ToPublisher<T>

  • All Implemented Interfaces:
    java.util.function.Function<Uni<T>,​org.reactivestreams.Publisher<T>>

    public class ToPublisher<T>
    extends java.lang.Object
    implements java.util.function.Function<Uni<T>,​org.reactivestreams.Publisher<T>>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.reactivestreams.Publisher<T> apply​(Uni<T> uni)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Field Detail

    • Method Detail

      • apply

        public org.reactivestreams.Publisher<T> apply​(Uni<T> uni)
        Specified by:
        apply in interface java.util.function.Function<Uni<T>,​org.reactivestreams.Publisher<T>>