discord-jadx/app/src/main/java/i0/r.java

23 lines
526 B
Java
Raw Normal View History

2021-11-02 06:38:17 +00:00
package i0;
2021-08-03 07:33:18 +00:00
import java.io.IOException;
2022-03-07 09:34:54 +00:00
/* compiled from: ParameterHandler.java */
/* loaded from: classes3.dex */
2021-08-03 07:33:18 +00:00
public class r extends t<Iterable<T>> {
public final /* synthetic */ t a;
public r(t tVar) {
this.a = tVar;
}
2021-11-02 06:38:17 +00:00
@Override // i0.t
2021-08-03 07:33:18 +00:00
public void a(v vVar, Object obj) throws IOException {
Iterable<Object> iterable = (Iterable) obj;
if (iterable != null) {
for (Object obj2 : iterable) {
this.a.a(vVar, obj2);
}
}
}
}