package com.volmit.iris.util; public interface NastyFuture { public R run() throws Throwable; }