package com.google.android.gms.common.util;

import com.google.android.gms.common.annotation.KeepForSdk;

/* JADX INFO: loaded from: classes.dex */
@KeepForSdk
public interface Predicate<T> {
    @KeepForSdk
    boolean apply(T t6);
}
