package o; import java.util.function.Supplier; /* loaded from: classes6.dex */ public final /* synthetic */ class gjM implements Supplier { private String a; private Object[] c; @Override // java.util.function.Supplier public final Object get() { return String.format(this.a, this.c); } public /* synthetic */ gjM(String str, Object[] objArr) { this.a = str; this.c = objArr; } }