@@ -38,7 +38,8 @@ public static partial class Try
38
38
/// <typeparam name="T2"></typeparam>
39
39
/// <typeparam name="T"></typeparam>
40
40
/// <returns></returns>
41
- public static FutureCreatingBuilder < T1 , T2 , T > CreateFuture < T1 , T2 , T > ( Func < T1 , T2 , T > createFunction ) => new ( createFunction ) ;
41
+ public static FutureCreatingBuilder < T1 , T2 , T > CreateFuture < T1 , T2 , T > (
42
+ Func < T1 , T2 , T > createFunction ) => new ( createFunction ) ;
42
43
43
44
/// <summary>
44
45
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -50,7 +51,8 @@ public static partial class Try
50
51
/// <typeparam name="T3"></typeparam>
51
52
/// <typeparam name="T"></typeparam>
52
53
/// <returns></returns>
53
- public static FutureCreatingBuilder < T1 , T2 , T3 , T > CreateFuture < T1 , T2 , T3 , T > ( Func < T1 , T2 , T3 , T > createFunction ) => new ( createFunction ) ;
54
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T > CreateFuture < T1 , T2 , T3 , T > (
55
+ Func < T1 , T2 , T3 , T > createFunction ) => new ( createFunction ) ;
54
56
55
57
/// <summary>
56
58
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -63,7 +65,8 @@ public static partial class Try
63
65
/// <typeparam name="T4"></typeparam>
64
66
/// <typeparam name="T"></typeparam>
65
67
/// <returns></returns>
66
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T > CreateFuture < T1 , T2 , T3 , T4 , T > ( Func < T1 , T2 , T3 , T4 , T > createFunction ) => new ( createFunction ) ;
68
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T > CreateFuture < T1 , T2 , T3 , T4 , T > (
69
+ Func < T1 , T2 , T3 , T4 , T > createFunction ) => new ( createFunction ) ;
67
70
68
71
/// <summary>
69
72
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -77,7 +80,8 @@ public static partial class Try
77
80
/// <typeparam name="T5"></typeparam>
78
81
/// <typeparam name="T"></typeparam>
79
82
/// <returns></returns>
80
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T > createFunction ) => new ( createFunction ) ;
83
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T > (
84
+ Func < T1 , T2 , T3 , T4 , T5 , T > createFunction ) => new ( createFunction ) ;
81
85
82
86
/// <summary>
83
87
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -92,7 +96,8 @@ public static partial class Try
92
96
/// <typeparam name="T6"></typeparam>
93
97
/// <typeparam name="T"></typeparam>
94
98
/// <returns></returns>
95
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T6 , T > createFunction ) => new ( createFunction ) ;
99
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T > (
100
+ Func < T1 , T2 , T3 , T4 , T5 , T6 , T > createFunction ) => new ( createFunction ) ;
96
101
97
102
/// <summary>
98
103
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -108,7 +113,8 @@ public static partial class Try
108
113
/// <typeparam name="T7"></typeparam>
109
114
/// <typeparam name="T"></typeparam>
110
115
/// <returns></returns>
111
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T > createFunction ) => new ( createFunction ) ;
116
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T > (
117
+ Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T > createFunction ) => new ( createFunction ) ;
112
118
113
119
/// <summary>
114
120
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -125,7 +131,8 @@ public static partial class Try
125
131
/// <typeparam name="T8"></typeparam>
126
132
/// <typeparam name="T"></typeparam>
127
133
/// <returns></returns>
128
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T > createFunction ) => new ( createFunction ) ;
134
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T > (
135
+ Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T > createFunction ) => new ( createFunction ) ;
129
136
130
137
/// <summary>
131
138
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -143,7 +150,8 @@ public static partial class Try
143
150
/// <typeparam name="T9"></typeparam>
144
151
/// <typeparam name="T"></typeparam>
145
152
/// <returns></returns>
146
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T > createFunction ) => new ( createFunction ) ;
153
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T > (
154
+ Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T > createFunction ) => new ( createFunction ) ;
147
155
148
156
/// <summary>
149
157
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -162,7 +170,8 @@ public static partial class Try
162
170
/// <typeparam name="T10"></typeparam>
163
171
/// <typeparam name="T"></typeparam>
164
172
/// <returns></returns>
165
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T > createFunction ) => new ( createFunction ) ;
173
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T > (
174
+ Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T > createFunction ) => new ( createFunction ) ;
166
175
167
176
/// <summary>
168
177
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -182,7 +191,8 @@ public static partial class Try
182
191
/// <typeparam name="T11"></typeparam>
183
192
/// <typeparam name="T"></typeparam>
184
193
/// <returns></returns>
185
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T > createFunction ) => new ( createFunction ) ;
194
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T > (
195
+ Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T > createFunction ) => new ( createFunction ) ;
186
196
187
197
/// <summary>
188
198
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
@@ -203,8 +213,8 @@ public static partial class Try
203
213
/// <typeparam name="T12"></typeparam>
204
214
/// <typeparam name="T"></typeparam>
205
215
/// <returns></returns>
206
- public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T > ( Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T > createFunction ) =>
207
- new ( createFunction ) ;
216
+ public static FutureCreatingBuilder < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T > CreateFuture < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T > (
217
+ Func < T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T > createFunction ) => new ( createFunction ) ;
208
218
209
219
/// <summary>
210
220
/// Create a new instance of <see cref="Try{TResult}"/> in the future. <br />
0 commit comments