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