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