Package dev.restate.sdk.common.function
-
Interface Summary Interface Description ThrowingBiConsumer<T,U> LikeBiConsumerbut can throw checked exceptions.ThrowingFunction<T,R> LikeFunctionbut can throw checked exceptions.ThrowingRunnable LikeRunnablebut can throw checked exceptions.ThrowingSupplier<T> LikeSupplierbut can throw checked exceptions.