discord-jadx/app/src/main/java/c/f/j/p/l.java

12 lines
161 B
Java

package c.f.j.p;
/* compiled from: Consumer */
public interface l<T> {
void a(float f);
void b(T t, int i);
void c(Throwable th);
void d();
}