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
Show file 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