package i0; import java.io.IOException; /* compiled from: ParameterHandler */ public class r extends t> { public final /* synthetic */ t a; public r(t tVar) { this.a = tVar; } @Override // i0.t public void a(v vVar, Object obj) throws IOException { Iterable iterable = (Iterable) obj; if (iterable != null) { for (Object obj2 : iterable) { this.a.a(vVar, obj2); } } } }