Rx\Operator\SkipUntilOperator::__construct PHP 메소드

__construct() 공개 메소드

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