| Modifier and Type | Field and Description |
|---|---|
private Funnel<E> |
elementFunnel |
| Constructor and Description |
|---|
SequentialFunnel(Funnel<E> elementFunnel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
void |
funnel(java.lang.Iterable<? extends E> from,
PrimitiveSink into)
Sends a stream of data from the
from object into the sink into. |
int |
hashCode() |
java.lang.String |
toString() |
public void funnel(java.lang.Iterable<? extends E> from, PrimitiveSink into)
Funnelfrom object into the sink into. There
is no requirement that this data be complete enough to fully reconstitute the object
later.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(@Nullable
java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object