Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for withNarrowedType (0.15 seconds)

  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
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 16:16:42 GMT 2026
    - 26.6K bytes
    - Click Count (0)
  2. 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 have
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Mar 08 16:16:42 GMT 2026
    - 26.6K bytes
    - Click Count (0)
Back to Top