discord-jadx/app/src/main/java/com/discord/stores/StoreGuildSubscriptions$Ran...

24 lines
1005 B
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.jvm.functions.Function2;
/* compiled from: StoreGuildSubscriptions.kt */
public final class StoreGuildSubscriptions$RangeComputer$computeRanges$1 extends o implements Function2<Integer, Integer, Integer> {
public static final StoreGuildSubscriptions$RangeComputer$computeRanges$1 INSTANCE = new StoreGuildSubscriptions$RangeComputer$computeRanges$1();
public StoreGuildSubscriptions$RangeComputer$computeRanges$1() {
super(2);
}
public final int invoke(int i, int i2) {
return (i / i2) * i2;
}
/* 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, java.lang.Object] */
@Override // kotlin.jvm.functions.Function2
public /* bridge */ /* synthetic */ Integer invoke(Integer num, Integer num2) {
return Integer.valueOf(invoke(num.intValue(), num2.intValue()));
}
}