PageRenderTime 54ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 1ms

/System.Reactive.Providers/System.Reactive.Joins/System.Reactive.Joins.generated.cs

https://github.com/anaisbetts/mono-reactive
C# | 308 lines | 227 code | 75 blank | 6 comment | 0 complexity | c01b623f8a1a27843028aebb5f49df7d MD5 | raw file
  1. using System;
  2. using System.Linq;
  3. using System.Linq.Expressions;
  4. namespace System.Reactive.Joins
  5. {
  6. public class QueryablePattern<T1, T2> : QueryablePattern
  7. {
  8. internal QueryablePattern ()
  9. : base (null)
  10. {
  11. }
  12. public QueryablePattern<T1, T2, T3> And<T3> (IObservable<T3> other)
  13. {
  14. throw new NotImplementedException ();
  15. }
  16. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, TResult>> selector)
  17. {
  18. throw new NotImplementedException ();
  19. }
  20. }
  21. public class QueryablePattern<T1, T2, T3> : QueryablePattern
  22. {
  23. internal QueryablePattern ()
  24. : base (null)
  25. {
  26. }
  27. public QueryablePattern<T1, T2, T3, T4> And<T4> (IObservable<T4> other)
  28. {
  29. throw new NotImplementedException ();
  30. }
  31. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, TResult>> selector)
  32. {
  33. throw new NotImplementedException ();
  34. }
  35. }
  36. public class QueryablePattern<T1, T2, T3, T4> : QueryablePattern
  37. {
  38. internal QueryablePattern ()
  39. : base (null)
  40. {
  41. }
  42. public QueryablePattern<T1, T2, T3, T4, T5> And<T5> (IObservable<T5> other)
  43. {
  44. throw new NotImplementedException ();
  45. }
  46. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, TResult>> selector)
  47. {
  48. throw new NotImplementedException ();
  49. }
  50. }
  51. public class QueryablePattern<T1, T2, T3, T4, T5> : QueryablePattern
  52. {
  53. internal QueryablePattern ()
  54. : base (null)
  55. {
  56. }
  57. public QueryablePattern<T1, T2, T3, T4, T5, T6> And<T6> (IObservable<T6> other)
  58. {
  59. throw new NotImplementedException ();
  60. }
  61. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, TResult>> selector)
  62. {
  63. throw new NotImplementedException ();
  64. }
  65. }
  66. public class QueryablePattern<T1, T2, T3, T4, T5, T6> : QueryablePattern
  67. {
  68. internal QueryablePattern ()
  69. : base (null)
  70. {
  71. }
  72. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7> And<T7> (IObservable<T7> other)
  73. {
  74. throw new NotImplementedException ();
  75. }
  76. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, TResult>> selector)
  77. {
  78. throw new NotImplementedException ();
  79. }
  80. }
  81. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7> : QueryablePattern
  82. {
  83. internal QueryablePattern ()
  84. : base (null)
  85. {
  86. }
  87. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8> And<T8> (IObservable<T8> other)
  88. {
  89. throw new NotImplementedException ();
  90. }
  91. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, TResult>> selector)
  92. {
  93. throw new NotImplementedException ();
  94. }
  95. }
  96. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8> : QueryablePattern
  97. {
  98. internal QueryablePattern ()
  99. : base (null)
  100. {
  101. }
  102. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9> And<T9> (IObservable<T9> other)
  103. {
  104. throw new NotImplementedException ();
  105. }
  106. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, TResult>> selector)
  107. {
  108. throw new NotImplementedException ();
  109. }
  110. }
  111. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9> : QueryablePattern
  112. {
  113. internal QueryablePattern ()
  114. : base (null)
  115. {
  116. }
  117. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> And<T10> (IObservable<T10> other)
  118. {
  119. throw new NotImplementedException ();
  120. }
  121. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>> selector)
  122. {
  123. throw new NotImplementedException ();
  124. }
  125. }
  126. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> : QueryablePattern
  127. {
  128. internal QueryablePattern ()
  129. : base (null)
  130. {
  131. }
  132. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> And<T11> (IObservable<T11> other)
  133. {
  134. throw new NotImplementedException ();
  135. }
  136. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>> selector)
  137. {
  138. throw new NotImplementedException ();
  139. }
  140. }
  141. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> : QueryablePattern
  142. {
  143. internal QueryablePattern ()
  144. : base (null)
  145. {
  146. }
  147. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> And<T12> (IObservable<T12> other)
  148. {
  149. throw new NotImplementedException ();
  150. }
  151. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>> selector)
  152. {
  153. throw new NotImplementedException ();
  154. }
  155. }
  156. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> : QueryablePattern
  157. {
  158. internal QueryablePattern ()
  159. : base (null)
  160. {
  161. }
  162. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> And<T13> (IObservable<T13> other)
  163. {
  164. throw new NotImplementedException ();
  165. }
  166. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>> selector)
  167. {
  168. throw new NotImplementedException ();
  169. }
  170. }
  171. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> : QueryablePattern
  172. {
  173. internal QueryablePattern ()
  174. : base (null)
  175. {
  176. }
  177. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> And<T14> (IObservable<T14> other)
  178. {
  179. throw new NotImplementedException ();
  180. }
  181. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>> selector)
  182. {
  183. throw new NotImplementedException ();
  184. }
  185. }
  186. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> : QueryablePattern
  187. {
  188. internal QueryablePattern ()
  189. : base (null)
  190. {
  191. }
  192. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> And<T15> (IObservable<T15> other)
  193. {
  194. throw new NotImplementedException ();
  195. }
  196. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>> selector)
  197. {
  198. throw new NotImplementedException ();
  199. }
  200. }
  201. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> : QueryablePattern
  202. {
  203. internal QueryablePattern ()
  204. : base (null)
  205. {
  206. }
  207. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> And<T16> (IObservable<T16> other)
  208. {
  209. throw new NotImplementedException ();
  210. }
  211. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>> selector)
  212. {
  213. throw new NotImplementedException ();
  214. }
  215. }
  216. public class QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> : QueryablePattern
  217. {
  218. internal QueryablePattern ()
  219. : base (null)
  220. {
  221. }
  222. /*
  223. public QueryablePattern<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> And<T17> (IObservable<T17> other)
  224. {
  225. throw new NotImplementedException ();
  226. }
  227. */
  228. public QueryablePlan<TResult> Then<TResult> (Expression<Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>> selector)
  229. {
  230. throw new NotImplementedException ();
  231. }
  232. }
  233. }