public static interface ReactiveAggregationOperation.TerminatingAggregationOperation<T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<T> |
all()
Apply pipeline operations as specified and stream all matching elements.
|
reactor.core.publisher.Flux<T> all()
Flux streaming all matching elements. Never null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.