Created with IntelliJ IDEA. User: Vaclav Date: 5.7.13 Time: 22:17 To change this template use File | Settings | File Templates.
Type | Name and description |
---|---|
DataflowExpression<T> |
poll() Retrieves the value at the head of the buffer. |
void |
wheneverBound(groovy.lang.Closure<V> closure) Send all pieces of data bound in the future to the provided stream when it becomes available |
void |
wheneverBound(MessageStream stream) Send all pieces of data bound in the future to the provided stream when it becomes available. |
Retrieves the value at the head of the buffer. Returns null, if no value is available.
Send all pieces of data bound in the future to the provided stream when it becomes available. *
closure
- closure to execute when data becomes available. The closure should take at most one argument.Send all pieces of data bound in the future to the provided stream when it becomes available.
stream
- stream where to send result