- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for PredicateFunction (0.38 seconds)
-
guava/src/com/google/common/base/Functions.java
Predicate<T> predicate) { return new PredicateFunction<>(predicate); } /** * @see Functions#forPredicate */ private static final class PredicateFunction<T extends @Nullable Object> implements Function<T, Boolean>, Serializable { private final Predicate<T> predicate; private PredicateFunction(Predicate<T> predicate) { this.predicate = checkNotNull(predicate);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 17:32:30 GMT 2025 - 15.4K bytes - Click Count (0) -
android/guava/src/com/google/common/base/Functions.java
Predicate<T> predicate) { return new PredicateFunction<>(predicate); } /** * @see Functions#forPredicate */ private static final class PredicateFunction<T extends @Nullable Object> implements Function<T, Boolean>, Serializable { private final Predicate<T> predicate; private PredicateFunction(Predicate<T> predicate) { this.predicate = checkNotNull(predicate);
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Aug 06 17:32:30 GMT 2025 - 15.4K bytes - Click Count (0)