- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for V2 (0.01 sec)
-
android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java
<V1, V2, U> ClosingFunction2<V1, V2, U> waitFor(ClosingFunction2<V1, V2, U> closingFunction2) { return waitFor(closingFunction2, ClosingFunction2.class); } @SuppressWarnings("unchecked") // proxy for a generic class <V1, V2, U> AsyncClosingFunction2<V1, V2, U> waitFor( AsyncClosingFunction2<V1, V2, U> asyncClosingFunction2) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Fri Jul 11 18:52:30 UTC 2025 - 75.4K bytes - Viewed (0) -
android/guava/src/com/google/common/collect/Multimaps.java
* * @since 7.0 */ public static < K extends @Nullable Object, V1 extends @Nullable Object, V2 extends @Nullable Object> Multimap<K, V2> transformValues( Multimap<K, V1> fromMultimap, Function<? super V1, V2> function) { checkNotNull(function); EntryTransformer<K, V1, V2> transformer = (key, value) -> function.apply(value); return transformEntries(fromMultimap, transformer); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 86.6K bytes - Viewed (0) -
guava/src/com/google/common/collect/Multimaps.java
* * @since 7.0 */ public static < K extends @Nullable Object, V1 extends @Nullable Object, V2 extends @Nullable Object> Multimap<K, V2> transformValues( Multimap<K, V1> fromMultimap, Function<? super V1, V2> function) { checkNotNull(function); EntryTransformer<K, V1, V2> transformer = (key, value) -> function.apply(value); return transformEntries(fromMultimap, transformer); }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 86.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0) -
guava-tests/test/com/google/common/reflect/TypeTokenTest.java
} private static class TwoTypeArgs<K, V> { class InnerType<K2, V2> {} } private static class StringForFirstTypeArg<V> extends TwoTypeArgs<String, V> { class StringInnerType<V2> extends InnerType<String, V2> {} } public void testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Sep 02 17:23:59 UTC 2025 - 89K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/EventListenerTest.kt
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Jun 20 11:46:46 UTC 2025 - 60.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
} private static class TwoTypeArgs<K, V> { class InnerType<K2, V2> {} } private static class StringForFirstTypeArg<V> extends TwoTypeArgs<String, V> { class StringInnerType<V2> extends InnerType<String, V2> {} } public void testGetSubtype_innerTypeOfGenericClassTranslatesOwnerTypeVars() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Tue Sep 02 17:23:59 UTC 2025 - 89K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.3.md
* Back porting critical vSphere bug fixes to release 1.3 ([#31993](https://github.com/kubernetes/kubernetes/pull/31993), [@dagnello](https://github.com/dagnello)) * Back port - Openstack provider allowing more than one service port for lbaas v2 ([#32001](https://github.com/kubernetes/kubernetes/pull/32001), [@dagnello](https://github.com/dagnello))
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu Dec 24 02:28:26 UTC 2020 - 84K bytes - Viewed (0)