ISubject

  1. interface ISubject(I, O)
    interface ISubject : IObserver!I, IObservable!O(
    I
    O
    )
  2. interface ISubject(T)

Meta