Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
phpstreams
operations
MappingOperation
PHP Class phpstreams\operations\MappingOperation
This stream uses a callback to map values from a stream to a function.
Author:
Bert Peters (
[email protected]
)
Inheritance:
extends
AbstractCallbackOperation
显示文件
Open project: bertptrs/phpstreams
Public Methods
Method
Description
getIterator
( )
isSorted
( ) :
boolean
Override the parent sorting method.
Method Details
getIterator()
public
method
public
getIterator
( )
isSorted()
public
method
Mapping does not neccesarily preserve sorting order, so this method always returns false.
public
isSorted
( ) :
boolean
return
boolean