Package dev.restate.common.function
package dev.restate.common.function
-
InterfacesClassDescriptionThrowingBiConsumer<T,
U> LikeBiConsumerbut can throw checked exceptions.ThrowingBiFunction<T,U, R> LikeBiFunctionbut can throw checked exceptions.LikeConsumerbut can throw checked exceptions.ThrowingFunction<T,R> LikeFunctionbut can throw checked exceptions.LikeRunnablebut can throw checked exceptions.LikeSupplierbut can throw checked exceptions.