JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
io.helidon.common.reactive.Collector
Uses of
Collector
in
io.helidon.common.reactive
Methods in
io.helidon.common.reactive
with parameters of type
Collector
Modifier and Type
Method
Description
default <U>
Single
<U>
Multi.
collect
(
Collector
<
T
,
U> collector)
Collect the items of this
Multi
instance into a
Single
.