Uses of Interface
com.hazelcast.jet.function.RunnableEx
Package
Description
Serializable and exception-declaring variants of functional interfaces from
java.util.function
.-
Uses of RunnableEx in com.hazelcast.jet.function
Modifier and TypeMethodDescriptionstatic <T> Observer<T>
Observer.of
(ConsumerEx<? super T> onNext, ConsumerEx<? super Throwable> onError, RunnableEx onComplete) Utility method for building anObserver
from its basic callback components.