package io.gitlab.jfronny.inceptum.util; public interface ThrowingSupplier { T get() throws TEx; }