toggle menu
sdk-java
1.2.0
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.common.function
/
ThrowingSupplier
Throwing
Supplier
@
FunctionalInterface
interface
ThrowingSupplier
<
T
>
Like
java.util.function.Supplier
but can throw checked exceptions.
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
)
:
T
Get a result, potentially throwing an exception.