novx
Preparing search index...
core/src
Collector
Interface Collector<S, R>
interface
Collector
<
S
,
R
>
{
add
(
element
:
S
)
:
void
;
create
()
:
R
;
finish
()
:
R
;
}
Type Parameters
S
R
Index
Methods
add
create
finish
Methods
add
add
(
element
:
S
)
:
void
Parameters
element
:
S
Returns
void
create
create
()
:
R
Returns
R
finish
finish
()
:
R
Returns
R
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
create
finish
novx
Loading...