You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apidocs/org/jdbi/v3/core/generic/class-use/GenericType.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ <h2>Uses of <a href="../GenericType.html" title="class in org.jdbi.v3.core.gener
229
229
<divclass="col-last odd-row-color">
230
230
<divclass="block">Collect the results into a container of the given generic type.</div>
231
231
</div>
232
-
<divclass="col-first even-row-color"><code>default <R extends <ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><? super <ahref="../../result/ResultIterable.html" title="type parameter in ResultIterable">T</a>>><br>R</code></div>
<divclass="block">Collect the results into a container specified by a collector.</div>
147
147
</div>
148
-
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <R extends <ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><? super <ahref="ResultIterable.html" title="type parameter in ResultIterable">T</a>>><br>R</code></div>
<divclass="block">Collect the results into a container type.</div>
152
152
</div>
153
-
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <R extends <ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><? super <ahref="ResultIterable.html" title="type parameter in ResultIterable">T</a>>><br>R</code></div>
<divclass="member-signature"><spanclass="annotations"><ahref="../../meta/Alpha.html" title="annotation in org.jdbi.v3.meta">@Alpha</a>
678
-
</span><spanclass="modifiers">default</span> <spanclass="type-parameters"><R extends <ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><? super <ahref="ResultIterable.html" title="type parameter in ResultIterable">T</a>>></span> <spanclass="return-type">R</span> <spanclass="element-name">collectInto</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect" class="external-link">Type</a> containerType)</span></div>
678
+
</span><spanclass="modifiers">default</span> <spanclass="type-parameters"><R></span> <spanclass="return-type">R</span> <spanclass="element-name">collectInto</span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect" class="external-link">Type</a> containerType)</span></div>
679
679
<divclass="block">Collect the results into a container type.</div>
<divclass="member-signature"><spanclass="annotations"><ahref="../../meta/Alpha.html" title="annotation in org.jdbi.v3.meta">@Alpha</a>
696
-
</span><spanclass="modifiers">default</span> <spanclass="type-parameters"><R extends <ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><? super <ahref="ResultIterable.html" title="type parameter in ResultIterable">T</a>>></span> <spanclass="return-type">R</span> <spanclass="element-name">collectInto</span><wbr><spanclass="parameters">(<ahref="../generic/GenericType.html" title="class in org.jdbi.v3.core.generic">GenericType</a><R> containerType)</span></div>
696
+
</span><spanclass="modifiers">default</span> <spanclass="type-parameters"><R></span> <spanclass="return-type">R</span> <spanclass="element-name">collectInto</span><wbr><spanclass="parameters">(<ahref="../generic/GenericType.html" title="class in org.jdbi.v3.core.generic">GenericType</a><R> containerType)</span></div>
697
697
<divclass="block">Collect the results into a collection type.</div>
<divclass="col-first even-row-color"><code>default <R extends <ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><? super <ahref="../../core/result/ResultIterable.html" title="type parameter in ResultIterable">T</a>>><br>R</code></div>
<divclass="col-second even-row-color"><spanclass="type-name-label">ResultIterable.</span><code><ahref="../../core/result/ResultIterable.html#collectInto(java.lang.reflect.Type)" class="member-name-link">collectInto</a><wbr>(<ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/Type.html" title="class or interface in java.lang.reflect" class="external-link">Type</a> containerType)</code></div>
408
408
<divclass="col-last even-row-color">
409
409
<divclass="block">Collect the results into a container type.</div>
410
410
</div>
411
-
<divclass="col-first odd-row-color"><code>default <R extends <ahref="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Collection.html" title="class or interface in java.util" class="external-link">Collection</a><? super <ahref="../../core/result/ResultIterable.html" title="type parameter in ResultIterable">T</a>>><br>R</code></div>
0 commit comments