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