class Wrappers extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> CompletionStage<T> |
toCompletionStage(org.reactivestreams.Publisher<T> publisher) |
(package private) static <T> CompletionStage<List<T>> |
toCompletionStageOfList(org.reactivestreams.Publisher<T> publisher) |
(package private) static CompletionStage<Void> |
toEmptyCompletionStage(org.reactivestreams.Publisher<com.mongodb.reactivestreams.client.Success> publisher) |
(package private) static io.smallrye.mutiny.Uni<Void> |
toEmptyUni(org.reactivestreams.Publisher<com.mongodb.reactivestreams.client.Success> publisher) |
(package private) static <T> io.smallrye.mutiny.Multi<T> |
toMulti(org.reactivestreams.Publisher<T> publisher) |
(package private) static <T> org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<T> |
toPublisherBuilder(org.reactivestreams.Publisher<T> publisher) |
(package private) static <T> io.smallrye.mutiny.Uni<T> |
toUni(org.reactivestreams.Publisher<T> publisher) |
(package private) static <T> io.smallrye.mutiny.Uni<List<T>> |
toUniOfList(org.reactivestreams.Publisher<T> publisher) |
static <T> io.smallrye.mutiny.Uni<T> toUni(org.reactivestreams.Publisher<T> publisher)
static io.smallrye.mutiny.Uni<Void> toEmptyUni(org.reactivestreams.Publisher<com.mongodb.reactivestreams.client.Success> publisher)
static <T> io.smallrye.mutiny.Multi<T> toMulti(org.reactivestreams.Publisher<T> publisher)
static <T> io.smallrye.mutiny.Uni<List<T>> toUniOfList(org.reactivestreams.Publisher<T> publisher)
static <T> org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<T> toPublisherBuilder(org.reactivestreams.Publisher<T> publisher)
public static <T> CompletionStage<T> toCompletionStage(org.reactivestreams.Publisher<T> publisher)
static CompletionStage<Void> toEmptyCompletionStage(org.reactivestreams.Publisher<com.mongodb.reactivestreams.client.Success> publisher)
static <T> CompletionStage<List<T>> toCompletionStageOfList(org.reactivestreams.Publisher<T> publisher)
Copyright © 2020 JBoss by Red Hat. All rights reserved.