public class DefaultResult extends Object implements Backend.Result
| Modifier and Type | Method and Description |
|---|---|
static DefaultResult |
of(org.reactivestreams.Publisher<?> publisher) |
<T> org.reactivestreams.Publisher<T> |
publisher() |
public static DefaultResult of(org.reactivestreams.Publisher<?> publisher)
public <T> org.reactivestreams.Publisher<T> publisher()
Copyright © 2020 The Immutables.org authors. All rights reserved.