Uses of Interface
com.hazelcast.function.ThrowingRunnable
Packages that use ThrowingRunnable
Package
Description
Serializable and exception-declaring variants of functional interfaces from
java.util.function.Serializable and exception-declaring variants of functional interfaces from
java.util.function.-
Uses of ThrowingRunnable in com.hazelcast.function
Methods in com.hazelcast.function that return ThrowingRunnableModifier and TypeMethodDescriptionstatic ThrowingRunnableThrowingRunnable.wrap(ThrowingRunnable step) Wraps givenRunnableintoThrowingRunnable.static ThrowingRunnableWraps givenRunnableintoThrowingRunnable.Methods in com.hazelcast.function with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic ThrowingRunnableThrowingRunnable.wrap(ThrowingRunnable step) Wraps givenRunnableintoThrowingRunnable. -
Uses of ThrowingRunnable in com.hazelcast.jet.function
Subinterfaces of ThrowingRunnable in com.hazelcast.jet.function