| Package | Description | 
|---|---|
| com.hazelcast.jet.function | Serializable and exception-declaring variants of functional interfaces from
  java.util.function. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RunnableEx | RunnableEx. noop() | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> Observer<T> | Observer. of(ConsumerEx<? super T> onNext,
  ConsumerEx<? super Throwable> onError,
  RunnableEx onComplete)Utility method for building an  Observerfrom its basic
 callback components. | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.