discord-jadx/app/src/main/java/com/discord/utilities/auditlogs/AuditLogChangeUtils$renderP...

24 lines
901 B
Java

package com.discord.utilities.auditlogs;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: AuditLogChangeUtils.kt */
public final class AuditLogChangeUtils$renderPermissionList$2 extends o implements Function1<Integer, Boolean> {
public static final AuditLogChangeUtils$renderPermissionList$2 INSTANCE = new AuditLogChangeUtils$renderPermissionList$2();
public AuditLogChangeUtils$renderPermissionList$2() {
super(1);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Boolean invoke(Integer num) {
return Boolean.valueOf(invoke(num.intValue()));
}
public final boolean invoke(int i) {
return i != 0;
}
}