Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
phpstreams
collectors
ReducingCollector
PHP Class phpstreams\collectors\ReducingCollector
Author:
Bert Peters (
[email protected]
)
Inheritance:
implements
phpstreams\Collector
Show file
Open project: bertptrs/phpstreams
Public Methods
Method
Description
__construct
(
$identity
,
callable
$reductor
)
add
(
$key
,
$value
)
get
( )
Method Details
__construct()
public
method
public
__construct
(
$identity
,
callable
$reductor
)
$reductor
callable
add()
public
method
public
add
(
$key
,
$value
)
get()
public
method
public
get
( )