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

27 lines
1.1 KiB
Java

package com.discord.utilities.auditlogs;
import com.discord.models.domain.ModelAuditLogEntry;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: AuditLogChangeUtils.kt */
public final class AuditLogChangeUtils$renderPermissionList$1 extends o implements Function1<Long, Integer> {
public final /* synthetic */ ModelAuditLogEntry $auditLogEntry;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AuditLogChangeUtils$renderPermissionList$1(ModelAuditLogEntry modelAuditLogEntry) {
super(1);
this.$auditLogEntry = modelAuditLogEntry;
}
public final Integer invoke(long j) {
return Integer.valueOf(AuditLogChangeUtils.access$getStringForPermission(AuditLogChangeUtils.INSTANCE, j, this.$auditLogEntry));
}
/* 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 */ Integer invoke(Long l) {
return invoke(l.longValue());
}
}