- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for NoHardKeywords (0.13 sec)
-
guava/src/com/google/common/base/Predicates.java
* representations and are not serializable. * * @param target the collection that may contain the function input */ @SuppressWarnings("NoHardKeywords") // We're stuck with the name for compatibility reasons. public static <T extends @Nullable Object> Predicate<T> in(Collection<? extends T> target) { return new InPredicate<>(target); } /**
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 26.6K bytes - Viewed (0)