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