package dev.tommyjs.futur.function; public interface ExceptionalConsumer { void accept(T value) throws Exception; }