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

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

public __construct ( callable $factory )
$factory callable
    public function __construct(callable $factory)
    {
        $this->factory = $factory;
    }