package kotlinx.coroutines.flow;

import kotlin.coroutines.Continuation;

/* JADX INFO: loaded from: classes.dex */
public interface g {
    Object c(Object obj, Continuation continuation);
}
