package org.syndicate_lang.actors; public interface ThrowingSupplier { T get() throws Throwable; }