package com.discord.stores; import kotlin.jvm.functions.Function8; import rx.functions.Func8; /* compiled from: StoreReadStates.kt */ public final class StoreReadStates$sam$rx_functions_Func8$0 implements Func8 { private final /* synthetic */ Function8 function; public StoreReadStates$sam$rx_functions_Func8$0(Function8 function8) { this.function = function8; } @Override // rx.functions.Func8 public final /* synthetic */ Object call(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6, Object obj7, Object obj8) { return this.function.invoke(obj, obj2, obj3, obj4, obj5, obj6, obj7, obj8); } }