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 { 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())); } }