- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TypeVar (0.04 sec)
-
guava-testlib/src/com/google/common/testing/NullPointerTester.java
} boolean isNullableTypeVariable(Type type) { if (!(type instanceof TypeVariable)) { return false; } TypeVariable<?> typeVar = (TypeVariable<?>) type; for (AnnotatedType bound : typeVar.getAnnotatedBounds()) { // Until Java 15, the isNullableTypeVariable case here won't help: // https://bugs.openjdk.java.net/browse/JDK-8202469
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Jun 11 16:13:05 UTC 2024 - 23.2K bytes - Viewed (0)