public SkipUntilOther(SkipUntilOuterObserver parent, SkipUntil sourceObserver,
                       IDisposable subscription)
 {
     this.parent         = parent;
     this.sourceObserver = sourceObserver;
     this.subscription   = subscription;
 }
Exemplo n.º 2
0
 public SkipUntil(SkipUntilOuterObserver parent, IDisposable subscription)
 {
     this.parent       = parent;
     observer          = UniRx.InternalUtil.EmptyObserver <T> .Instance;
     this.subscription = subscription;
 }
Exemplo n.º 3
0
 public SkipUntil(SkipUntilOuterObserver parent, IDisposable subscription)
 {
     this.parent       = parent;
     observer          = QFramework.EmptyObserver <T> .Instance;
     this.subscription = subscription;
 }