@@ -11,96 +11,183 @@ public final class JFunction {
11
11
private JFunction () {}
12
12
public static <R > scala .Function0 <R > func (JFunction0 <R > f ) { return f ; }
13
13
public static scala .Function0 <BoxedUnit > proc (JProcedure0 p ) { return p ; }
14
+ @ SuppressWarnings ("unchecked" )
14
15
public static scala .Function0 <BoxedUnit > procSpecialized (JFunction0$mcV$sp f ) { return f ; }
16
+ @ SuppressWarnings ("unchecked" )
15
17
public static scala .Function0 <Byte > funcSpecialized (JFunction0$mcB$sp f ) { return f ; }
18
+ @ SuppressWarnings ("unchecked" )
16
19
public static scala .Function0 <Short > funcSpecialized (JFunction0$mcS$sp f ) { return f ; }
20
+ @ SuppressWarnings ("unchecked" )
17
21
public static scala .Function0 <Integer > funcSpecialized (JFunction0$mcI$sp f ) { return f ; }
22
+ @ SuppressWarnings ("unchecked" )
18
23
public static scala .Function0 <Long > funcSpecialized (JFunction0$mcJ$sp f ) { return f ; }
24
+ @ SuppressWarnings ("unchecked" )
19
25
public static scala .Function0 <Character > funcSpecialized (JFunction0$mcC$sp f ) { return f ; }
26
+ @ SuppressWarnings ("unchecked" )
20
27
public static scala .Function0 <Float > funcSpecialized (JFunction0$mcF$sp f ) { return f ; }
28
+ @ SuppressWarnings ("unchecked" )
21
29
public static scala .Function0 <Double > funcSpecialized (JFunction0$mcD$sp f ) { return f ; }
30
+ @ SuppressWarnings ("unchecked" )
22
31
public static scala .Function0 <Boolean > funcSpecialized (JFunction0$mcZ$sp f ) { return f ; }
23
32
public static <T1 , R > scala .Function1 <T1 , R > func (JFunction1 <T1 , R > f ) { return f ; }
24
33
public static <T1 > scala .Function1 <T1 , BoxedUnit > proc (JProcedure1 <T1 > p ) { return p ; }
34
+ @ SuppressWarnings ("unchecked" )
25
35
public static scala .Function1 <Integer , BoxedUnit > procSpecialized (JFunction1$mcVI$sp f ) { return f ; }
36
+ @ SuppressWarnings ("unchecked" )
26
37
public static scala .Function1 <Integer , Boolean > funcSpecialized (JFunction1$mcZI$sp f ) { return f ; }
38
+ @ SuppressWarnings ("unchecked" )
27
39
public static scala .Function1 <Integer , Integer > funcSpecialized (JFunction1$mcII$sp f ) { return f ; }
40
+ @ SuppressWarnings ("unchecked" )
28
41
public static scala .Function1 <Integer , Float > funcSpecialized (JFunction1$mcFI$sp f ) { return f ; }
42
+ @ SuppressWarnings ("unchecked" )
29
43
public static scala .Function1 <Integer , Long > funcSpecialized (JFunction1$mcJI$sp f ) { return f ; }
44
+ @ SuppressWarnings ("unchecked" )
30
45
public static scala .Function1 <Integer , Double > funcSpecialized (JFunction1$mcDI$sp f ) { return f ; }
46
+ @ SuppressWarnings ("unchecked" )
31
47
public static scala .Function1 <Long , BoxedUnit > procSpecialized (JFunction1$mcVJ$sp f ) { return f ; }
48
+ @ SuppressWarnings ("unchecked" )
32
49
public static scala .Function1 <Long , Boolean > funcSpecialized (JFunction1$mcZJ$sp f ) { return f ; }
50
+ @ SuppressWarnings ("unchecked" )
33
51
public static scala .Function1 <Long , Integer > funcSpecialized (JFunction1$mcIJ$sp f ) { return f ; }
52
+ @ SuppressWarnings ("unchecked" )
34
53
public static scala .Function1 <Long , Float > funcSpecialized (JFunction1$mcFJ$sp f ) { return f ; }
54
+ @ SuppressWarnings ("unchecked" )
35
55
public static scala .Function1 <Long , Long > funcSpecialized (JFunction1$mcJJ$sp f ) { return f ; }
56
+ @ SuppressWarnings ("unchecked" )
36
57
public static scala .Function1 <Long , Double > funcSpecialized (JFunction1$mcDJ$sp f ) { return f ; }
58
+ @ SuppressWarnings ("unchecked" )
37
59
public static scala .Function1 <Float , BoxedUnit > procSpecialized (JFunction1$mcVF$sp f ) { return f ; }
60
+ @ SuppressWarnings ("unchecked" )
38
61
public static scala .Function1 <Float , Boolean > funcSpecialized (JFunction1$mcZF$sp f ) { return f ; }
62
+ @ SuppressWarnings ("unchecked" )
39
63
public static scala .Function1 <Float , Integer > funcSpecialized (JFunction1$mcIF$sp f ) { return f ; }
64
+ @ SuppressWarnings ("unchecked" )
40
65
public static scala .Function1 <Float , Float > funcSpecialized (JFunction1$mcFF$sp f ) { return f ; }
66
+ @ SuppressWarnings ("unchecked" )
41
67
public static scala .Function1 <Float , Long > funcSpecialized (JFunction1$mcJF$sp f ) { return f ; }
68
+ @ SuppressWarnings ("unchecked" )
42
69
public static scala .Function1 <Float , Double > funcSpecialized (JFunction1$mcDF$sp f ) { return f ; }
70
+ @ SuppressWarnings ("unchecked" )
43
71
public static scala .Function1 <Double , BoxedUnit > procSpecialized (JFunction1$mcVD$sp f ) { return f ; }
72
+ @ SuppressWarnings ("unchecked" )
44
73
public static scala .Function1 <Double , Boolean > funcSpecialized (JFunction1$mcZD$sp f ) { return f ; }
74
+ @ SuppressWarnings ("unchecked" )
45
75
public static scala .Function1 <Double , Integer > funcSpecialized (JFunction1$mcID$sp f ) { return f ; }
76
+ @ SuppressWarnings ("unchecked" )
46
77
public static scala .Function1 <Double , Float > funcSpecialized (JFunction1$mcFD$sp f ) { return f ; }
78
+ @ SuppressWarnings ("unchecked" )
47
79
public static scala .Function1 <Double , Long > funcSpecialized (JFunction1$mcJD$sp f ) { return f ; }
80
+ @ SuppressWarnings ("unchecked" )
48
81
public static scala .Function1 <Double , Double > funcSpecialized (JFunction1$mcDD$sp f ) { return f ; }
49
82
public static <T1 , T2 , R > scala .Function2 <T1 , T2 , R > func (JFunction2 <T1 , T2 , R > f ) { return f ; }
50
83
public static <T1 , T2 > scala .Function2 <T1 , T2 , BoxedUnit > proc (JProcedure2 <T1 , T2 > p ) { return p ; }
84
+ @ SuppressWarnings ("unchecked" )
51
85
public static scala .Function2 <Integer , Integer , BoxedUnit > procSpecialized (JFunction2$mcVII$sp f ) { return f ; }
86
+ @ SuppressWarnings ("unchecked" )
52
87
public static scala .Function2 <Integer , Integer , Boolean > funcSpecialized (JFunction2$mcZII$sp f ) { return f ; }
88
+ @ SuppressWarnings ("unchecked" )
53
89
public static scala .Function2 <Integer , Integer , Integer > funcSpecialized (JFunction2$mcIII$sp f ) { return f ; }
90
+ @ SuppressWarnings ("unchecked" )
54
91
public static scala .Function2 <Integer , Integer , Float > funcSpecialized (JFunction2$mcFII$sp f ) { return f ; }
92
+ @ SuppressWarnings ("unchecked" )
55
93
public static scala .Function2 <Integer , Integer , Long > funcSpecialized (JFunction2$mcJII$sp f ) { return f ; }
94
+ @ SuppressWarnings ("unchecked" )
56
95
public static scala .Function2 <Integer , Integer , Double > funcSpecialized (JFunction2$mcDII$sp f ) { return f ; }
96
+ @ SuppressWarnings ("unchecked" )
57
97
public static scala .Function2 <Integer , Long , BoxedUnit > procSpecialized (JFunction2$mcVIJ$sp f ) { return f ; }
98
+ @ SuppressWarnings ("unchecked" )
58
99
public static scala .Function2 <Integer , Long , Boolean > funcSpecialized (JFunction2$mcZIJ$sp f ) { return f ; }
100
+ @ SuppressWarnings ("unchecked" )
59
101
public static scala .Function2 <Integer , Long , Integer > funcSpecialized (JFunction2$mcIIJ$sp f ) { return f ; }
102
+ @ SuppressWarnings ("unchecked" )
60
103
public static scala .Function2 <Integer , Long , Float > funcSpecialized (JFunction2$mcFIJ$sp f ) { return f ; }
104
+ @ SuppressWarnings ("unchecked" )
61
105
public static scala .Function2 <Integer , Long , Long > funcSpecialized (JFunction2$mcJIJ$sp f ) { return f ; }
106
+ @ SuppressWarnings ("unchecked" )
62
107
public static scala .Function2 <Integer , Long , Double > funcSpecialized (JFunction2$mcDIJ$sp f ) { return f ; }
108
+ @ SuppressWarnings ("unchecked" )
63
109
public static scala .Function2 <Integer , Double , BoxedUnit > procSpecialized (JFunction2$mcVID$sp f ) { return f ; }
110
+ @ SuppressWarnings ("unchecked" )
64
111
public static scala .Function2 <Integer , Double , Boolean > funcSpecialized (JFunction2$mcZID$sp f ) { return f ; }
112
+ @ SuppressWarnings ("unchecked" )
65
113
public static scala .Function2 <Integer , Double , Integer > funcSpecialized (JFunction2$mcIID$sp f ) { return f ; }
114
+ @ SuppressWarnings ("unchecked" )
66
115
public static scala .Function2 <Integer , Double , Float > funcSpecialized (JFunction2$mcFID$sp f ) { return f ; }
116
+ @ SuppressWarnings ("unchecked" )
67
117
public static scala .Function2 <Integer , Double , Long > funcSpecialized (JFunction2$mcJID$sp f ) { return f ; }
118
+ @ SuppressWarnings ("unchecked" )
68
119
public static scala .Function2 <Integer , Double , Double > funcSpecialized (JFunction2$mcDID$sp f ) { return f ; }
120
+ @ SuppressWarnings ("unchecked" )
69
121
public static scala .Function2 <Long , Integer , BoxedUnit > procSpecialized (JFunction2$mcVJI$sp f ) { return f ; }
122
+ @ SuppressWarnings ("unchecked" )
70
123
public static scala .Function2 <Long , Integer , Boolean > funcSpecialized (JFunction2$mcZJI$sp f ) { return f ; }
124
+ @ SuppressWarnings ("unchecked" )
71
125
public static scala .Function2 <Long , Integer , Integer > funcSpecialized (JFunction2$mcIJI$sp f ) { return f ; }
126
+ @ SuppressWarnings ("unchecked" )
72
127
public static scala .Function2 <Long , Integer , Float > funcSpecialized (JFunction2$mcFJI$sp f ) { return f ; }
128
+ @ SuppressWarnings ("unchecked" )
73
129
public static scala .Function2 <Long , Integer , Long > funcSpecialized (JFunction2$mcJJI$sp f ) { return f ; }
130
+ @ SuppressWarnings ("unchecked" )
74
131
public static scala .Function2 <Long , Integer , Double > funcSpecialized (JFunction2$mcDJI$sp f ) { return f ; }
132
+ @ SuppressWarnings ("unchecked" )
75
133
public static scala .Function2 <Long , Long , BoxedUnit > procSpecialized (JFunction2$mcVJJ$sp f ) { return f ; }
134
+ @ SuppressWarnings ("unchecked" )
76
135
public static scala .Function2 <Long , Long , Boolean > funcSpecialized (JFunction2$mcZJJ$sp f ) { return f ; }
136
+ @ SuppressWarnings ("unchecked" )
77
137
public static scala .Function2 <Long , Long , Integer > funcSpecialized (JFunction2$mcIJJ$sp f ) { return f ; }
138
+ @ SuppressWarnings ("unchecked" )
78
139
public static scala .Function2 <Long , Long , Float > funcSpecialized (JFunction2$mcFJJ$sp f ) { return f ; }
140
+ @ SuppressWarnings ("unchecked" )
79
141
public static scala .Function2 <Long , Long , Long > funcSpecialized (JFunction2$mcJJJ$sp f ) { return f ; }
142
+ @ SuppressWarnings ("unchecked" )
80
143
public static scala .Function2 <Long , Long , Double > funcSpecialized (JFunction2$mcDJJ$sp f ) { return f ; }
144
+ @ SuppressWarnings ("unchecked" )
81
145
public static scala .Function2 <Long , Double , BoxedUnit > procSpecialized (JFunction2$mcVJD$sp f ) { return f ; }
146
+ @ SuppressWarnings ("unchecked" )
82
147
public static scala .Function2 <Long , Double , Boolean > funcSpecialized (JFunction2$mcZJD$sp f ) { return f ; }
148
+ @ SuppressWarnings ("unchecked" )
83
149
public static scala .Function2 <Long , Double , Integer > funcSpecialized (JFunction2$mcIJD$sp f ) { return f ; }
150
+ @ SuppressWarnings ("unchecked" )
84
151
public static scala .Function2 <Long , Double , Float > funcSpecialized (JFunction2$mcFJD$sp f ) { return f ; }
152
+ @ SuppressWarnings ("unchecked" )
85
153
public static scala .Function2 <Long , Double , Long > funcSpecialized (JFunction2$mcJJD$sp f ) { return f ; }
154
+ @ SuppressWarnings ("unchecked" )
86
155
public static scala .Function2 <Long , Double , Double > funcSpecialized (JFunction2$mcDJD$sp f ) { return f ; }
156
+ @ SuppressWarnings ("unchecked" )
87
157
public static scala .Function2 <Double , Integer , BoxedUnit > procSpecialized (JFunction2$mcVDI$sp f ) { return f ; }
158
+ @ SuppressWarnings ("unchecked" )
88
159
public static scala .Function2 <Double , Integer , Boolean > funcSpecialized (JFunction2$mcZDI$sp f ) { return f ; }
160
+ @ SuppressWarnings ("unchecked" )
89
161
public static scala .Function2 <Double , Integer , Integer > funcSpecialized (JFunction2$mcIDI$sp f ) { return f ; }
162
+ @ SuppressWarnings ("unchecked" )
90
163
public static scala .Function2 <Double , Integer , Float > funcSpecialized (JFunction2$mcFDI$sp f ) { return f ; }
164
+ @ SuppressWarnings ("unchecked" )
91
165
public static scala .Function2 <Double , Integer , Long > funcSpecialized (JFunction2$mcJDI$sp f ) { return f ; }
166
+ @ SuppressWarnings ("unchecked" )
92
167
public static scala .Function2 <Double , Integer , Double > funcSpecialized (JFunction2$mcDDI$sp f ) { return f ; }
168
+ @ SuppressWarnings ("unchecked" )
93
169
public static scala .Function2 <Double , Long , BoxedUnit > procSpecialized (JFunction2$mcVDJ$sp f ) { return f ; }
170
+ @ SuppressWarnings ("unchecked" )
94
171
public static scala .Function2 <Double , Long , Boolean > funcSpecialized (JFunction2$mcZDJ$sp f ) { return f ; }
172
+ @ SuppressWarnings ("unchecked" )
95
173
public static scala .Function2 <Double , Long , Integer > funcSpecialized (JFunction2$mcIDJ$sp f ) { return f ; }
174
+ @ SuppressWarnings ("unchecked" )
96
175
public static scala .Function2 <Double , Long , Float > funcSpecialized (JFunction2$mcFDJ$sp f ) { return f ; }
176
+ @ SuppressWarnings ("unchecked" )
97
177
public static scala .Function2 <Double , Long , Long > funcSpecialized (JFunction2$mcJDJ$sp f ) { return f ; }
178
+ @ SuppressWarnings ("unchecked" )
98
179
public static scala .Function2 <Double , Long , Double > funcSpecialized (JFunction2$mcDDJ$sp f ) { return f ; }
180
+ @ SuppressWarnings ("unchecked" )
99
181
public static scala .Function2 <Double , Double , BoxedUnit > procSpecialized (JFunction2$mcVDD$sp f ) { return f ; }
182
+ @ SuppressWarnings ("unchecked" )
100
183
public static scala .Function2 <Double , Double , Boolean > funcSpecialized (JFunction2$mcZDD$sp f ) { return f ; }
184
+ @ SuppressWarnings ("unchecked" )
101
185
public static scala .Function2 <Double , Double , Integer > funcSpecialized (JFunction2$mcIDD$sp f ) { return f ; }
186
+ @ SuppressWarnings ("unchecked" )
102
187
public static scala .Function2 <Double , Double , Float > funcSpecialized (JFunction2$mcFDD$sp f ) { return f ; }
188
+ @ SuppressWarnings ("unchecked" )
103
189
public static scala .Function2 <Double , Double , Long > funcSpecialized (JFunction2$mcJDD$sp f ) { return f ; }
190
+ @ SuppressWarnings ("unchecked" )
104
191
public static scala .Function2 <Double , Double , Double > funcSpecialized (JFunction2$mcDDD$sp f ) { return f ; }
105
192
public static <T1 , T2 , T3 , R > scala .Function3 <T1 , T2 , T3 , R > func (JFunction3 <T1 , T2 , T3 , R > f ) { return f ; }
106
193
public static <T1 , T2 , T3 > scala .Function3 <T1 , T2 , T3 , BoxedUnit > proc (JProcedure3 <T1 , T2 , T3 > p ) { return p ; }
0 commit comments