E - element typepublic class ReactorResult<E> extends ResultDelegate<E> implements QueryWrapper
Result type with Reactor conversion methods.delegate| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<E> |
flux()
Converts the result stream to a
Flux. |
QueryElement |
unwrapQuery() |
close, collect, each, first, firstOr, firstOr, firstOrNull, iterator, iterator, stream, toList, toMap, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@CheckReturnValue public reactor.core.publisher.Flux<E> flux()
Flux.public QueryElement unwrapQuery()
unwrapQuery in interface QueryWrapper