public class ToPublisher<T> extends Object implements Function<Uni<T>,org.reactivestreams.Publisher<T>>
static ToPublisher
INSTANCE
org.reactivestreams.Publisher<T>
apply(Uni<T> uni)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public static final ToPublisher INSTANCE
public org.reactivestreams.Publisher<T> apply(Uni<T> uni)
apply
Function<Uni<T>,org.reactivestreams.Publisher<T>>
Copyright © 2019–2020 SmallRye. All rights reserved.