package com.discord.utilities.search.history; import com.discord.utilities.persister.Persister; import com.discord.utilities.search.history.MGPreferenceSearchHistoryCache; import d0.z.d.m; import d0.z.d.o; import java.util.LinkedList; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: MGPreferenceSearchHistoryCache.kt */ public final class MGPreferenceSearchHistoryCache$persistQuery$2 extends o implements Function1, Unit> { public final /* synthetic */ MGPreferenceSearchHistoryCache this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public MGPreferenceSearchHistoryCache$persistQuery$2(MGPreferenceSearchHistoryCache mGPreferenceSearchHistoryCache) { super(1); this.this$0 = mGPreferenceSearchHistoryCache; } /* 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 */ Unit invoke(LinkedList linkedList) { invoke(linkedList); return Unit.a; } public final void invoke(LinkedList linkedList) { Persister access$getBackingCache$p = MGPreferenceSearchHistoryCache.access$getBackingCache$p(this.this$0); m.checkNotNullExpressionValue(linkedList, "it"); Persister.set$default(access$getBackingCache$p, linkedList, false, 2, null); } }