Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NoHardKeywords (1 sec)

  1. 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)
Back to top