package me.hammerle.snuviscript.code; @FunctionalInterface public interface ExceptionBiFunction { public R apply(T t, U u) throws Exception; }