Package one.xingyi.core.utils
Interface SupplierWithException<T>
-
public interface SupplierWithException<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-