Package de.galan.commons.func.exceptional
-
Interface Summary Interface Description ExceptionalFunction<T,R> Functional Interface similar to Function, but could throw an Exception.ExceptionalRunnable Functional Interface similar to Runnable, but could throw an Exception.