mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 10:02:28 -06:00
6 lines
115 B
Java
6 lines
115 B
Java
package io.flutter.util;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface Predicate<T> {
|
|
boolean test(T t);
|
|
}
|