Rabbit-R1/switch port/java/sources/io/flutter/util/Predicate.java
2024-05-21 17:08:36 -04:00

6 lines
115 B
Java

package io.flutter.util;
/* loaded from: classes3.dex */
public interface Predicate<T> {
boolean test(T t);
}