Method | Description | |
---|---|---|
__construct ( Traversable $source, boolean $strict ) | Construct a unique stream. | |
getIterator ( ) |
Method | Description | |
---|---|---|
sortedIterator ( ) | Iterator for sorted streams. | |
unsortedIterator ( ) | Iterator for unsorted streams. |
public __construct ( Traversable $source, boolean $strict ) | ||
$source | Traversable | |
$strict | boolean | Whether to use strict comparisons when determining uniqueness. |