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