|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Beta public interface Funnel<T>
An object which can send data from an object of type T
into a Sink
.
Method Summary | |
---|---|
void |
funnel(T from,
Sink into)
Sends a stream of data from the from object into the sink into . |
Method Detail |
---|
void funnel(T from, Sink into)
from
object into the sink into
. There
is no requirement that this data be complete enough to fully reconstitute the object
later.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |