Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withNarrowedType (0.13 sec)

  1. 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 have
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top