package io.gitlab.jfronny.respackopts.model; public interface ThrowingBiConsumer { void accept(T var1, U var2) throws TEx; }