mirror of
https://github.com/tommyskeff/futur4j.git
synced 2026-01-18 07:16:45 +00:00
release 2.0.0
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package dev.tommyjs.futur.function;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface ExceptionalSupplier<T> {
|
||||
|
||||
T get() throws Exception;
|
||||
T get() throws Throwable;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user