File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
android/guava/src/com/google/common/base
guava/src/com/google/common/base Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ public static <T> Predicate<T> and(Iterable<? extends Predicate<? super T>> comp
108
108
* components} is empty, the returned predicate will always evaluate to {@code
109
109
* true}.
110
110
*/
111
+ @ SafeVarargs
111
112
public static <T > Predicate <T > and (Predicate <? super T >... components ) {
112
113
return new AndPredicate <T >(defensiveCopy (components ));
113
114
}
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ public static <T> Predicate<T> and(Iterable<? extends Predicate<? super T>> comp
108
108
* components} is empty, the returned predicate will always evaluate to {@code
109
109
* true}.
110
110
*/
111
+ @ SafeVarargs
111
112
public static <T > Predicate <T > and (Predicate <? super T >... components ) {
112
113
return new AndPredicate <T >(defensiveCopy (components ));
113
114
}
You can’t perform that action at this time.
0 commit comments