JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
io.helidon.common.reactive.Collector
Packages that use
Collector
Package
Description
io.helidon.common.reactive
Common reactive library for Helidon projects.
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
.