- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for AmbiguousMethodReference (0.1 seconds)
-
android/guava/src/com/google/common/base/Optional.java
* expression {@code o -> Optional.toJavaUtil(o)} instead. * * @since 33.4.0 (but since 21.0 in the JRE flavor) */ @SuppressWarnings({ "AmbiguousMethodReference", // We chose the name despite knowing this risk. "NullableOptional", // Null passthrough is reasonable for type conversions })Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 04 13:03:16 GMT 2025 - 15.4K bytes - Click Count (0) -
guava/src/com/google/common/base/Optional.java
* expression {@code o -> Optional.toJavaUtil(o)} instead. * * @since 21.0 (but only since 33.4.0 in the Android flavor) */ @SuppressWarnings({ "AmbiguousMethodReference", // We chose the name despite knowing this risk. "NullableOptional", // Null passthrough is reasonable for type conversions }) public static <T> java.util.@Nullable Optional<T> toJavaUtil(Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Jun 04 13:03:16 GMT 2025 - 15.1K bytes - Click Count (0)