phpstreams\operations\SortedOperation::__construct PHP Method

__construct() public method

public __construct ( $source, callable $sort = null )
$sort callable
    public function __construct($source, callable $sort = null)
    {
        parent::__construct($source);
        $this->sort = $sort;
    }