T
- the type parameterE
- the type parameter@FunctionalInterface
public interface IJavetSupplier<T,E extends java.lang.Throwable>
Modifier and Type | Method and Description |
---|---|
T |
get()
Get the value
|
T get() throws JavetException, E extends java.lang.Throwable
JavetException
- the javet exceptionE
- the custom exceptionE extends java.lang.Throwable