Rx\Operator\SkipUntilOperator::__construct PHP Method

__construct() public method

public __construct ( Rx\ObservableInterface $other )
$other Rx\ObservableInterface
    public function __construct(ObservableInterface $other)
    {
        $this->other = $other;
    }
SkipUntilOperator