- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for withNarrowedType (0.2 seconds)
-
guava/src/com/google/common/base/Predicates.java
* human-readable {@link #toString()} representations and are not serializable. */ public static <T extends @Nullable Object> Predicate<T> alwaysTrue() { return ObjectPredicate.ALWAYS_TRUE.withNarrowedType(); } /** * Returns a predicate that always evaluates to {@code false}. * * <p><b>Discouraged:</b> Prefer using {@code x -> false}, but note that lambdas do not haveCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 26.6K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Predicates.java
* human-readable {@link #toString()} representations and are not serializable. */ public static <T extends @Nullable Object> Predicate<T> alwaysTrue() { return ObjectPredicate.ALWAYS_TRUE.withNarrowedType(); } /** * Returns a predicate that always evaluates to {@code false}. * * <p><b>Discouraged:</b> Prefer using {@code x -> false}, but note that lambdas do not haveCreated: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 26.6K bytes - Click Count (0)