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