@Beta public interface Funnel<T> extends Serializable
T into a PrimitiveSink.| Modifier and Type | Method and Description |
|---|---|
void |
funnel(T from,
PrimitiveSink into)
Sends a stream of data from the
from object into the sink into. |
void funnel(T from, PrimitiveSink into)
from object into the sink into. There
is no requirement that this data be complete enough to fully reconstitute the object
later.PrimitiveSink was still called Sink)Copyright © 2010-2015. All Rights Reserved.