| Package | Description |
|---|---|
| org.davidmoten.kool | |
| org.davidmoten.kool.internal.operators.stream |
| Modifier and Type | Method and Description |
|---|---|
static <T> Notification<T> |
Notification.complete() |
static <T> Notification<T> |
Notification.error(Throwable error) |
static <T> Notification<T> |
Notification.of(T value) |
| Modifier and Type | Method and Description |
|---|---|
default Stream<Notification<T>> |
Stream.materialize() |
| Modifier and Type | Method and Description |
|---|---|
default <R> Stream<R> |
Stream.dematerialize(Function<? super T,Notification<? extends R>> function) |
| Modifier and Type | Method and Description |
|---|---|
StreamIterator<Notification<T>> |
Materialize.iterator() |
| Constructor and Description |
|---|
Dematerialize(Stream<T> stream,
Function<? super T,Notification<? extends R>> function) |
Copyright © 2018–2023. All rights reserved.