public final class HeadAndTail<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <U> org.reactivestreams.Publisher<HeadAndTail<U>> |
createFrom(org.reactivestreams.Publisher<U> publisher) |
T |
head() |
org.reactivestreams.Publisher<T> |
tail() |
public static <U> org.reactivestreams.Publisher<HeadAndTail<U>> createFrom(org.reactivestreams.Publisher<U> publisher)
public T head()
public org.reactivestreams.Publisher<T> tail()
Copyright © 2015–2018. All rights reserved.