package io.reactivex.functions;

/* JADX INFO: loaded from: classes.dex */
public interface LongConsumer {
    void accept(long j) throws Exception;
}
