Méthode | Description | |
---|---|---|
__construct ( iterable $source, callable $unpacker ) | Construct a new flatmap stream. | |
getIterator ( ) | ||
isSorted ( ) : boolean | Override the parent sorting method. |
public __construct ( iterable $source, callable $unpacker ) | ||
$source | iterable | The source to read from. |
$unpacker | callable | Some callback that convert source stream items to something iterable. |