ISubject

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

Meta