Rx\Operator\SwitchLatestOperator::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $this->hasLatest = false;
        $this->isStopped = false;
        $this->latest = 0;
        $this->innerSubscription = new SerialDisposable();
    }
SwitchLatestOperator