what-the-bank/sources/com/facetec/sdk/gw.java

17 lines
511 B
Java

package com.facetec.sdk;
import com.facetec.sdk.fn;
import java.lang.reflect.Type;
import java.lang.reflect.TypeVariable;
/* loaded from: classes.dex */
public final class gw {
public static Type e(Type type, Object obj) {
return obj != null ? (type == Object.class || (type instanceof TypeVariable) || (type instanceof Class)) ? obj.getClass() : type : type;
}
public static boolean b(ek ekVar) {
return ((ekVar instanceof ha) || (ekVar instanceof fn.e)) ? false : true;
}
}