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

17 lines
511 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}