package androidx.core.util;

/* JADX INFO: loaded from: classes.dex */
public interface Predicate<T> {
    boolean test(T t);
}
