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