Uses of Class
groovyx.gpars.dataflow.Select

Packages that use Select
groovyx.gpars.dataflow This package holds classes for basic dataflow concurrency constructs, like dataflow variables, streams and threads. 
groovyx.gpars.dataflow.operator This package holds classes representing operators and channels necessary for full dataflow concurrency. 
groovyx.gpars.group   
 

Uses of Select in groovyx.gpars.dataflow
 

Methods in groovyx.gpars.dataflow that return Select
static Select<?> Dataflow.select(DataflowReadChannel<?>... channels)
          Creates a select using the default dataflow parallel group.
static Select<?> Dataflow.select(java.util.List<DataflowReadChannel> channels)
          Creates a select using the default dataflow parallel group.
 

Uses of Select in groovyx.gpars.dataflow.operator
 

Fields in groovyx.gpars.dataflow.operator declared as Select
protected  Select DataflowSelector.select
           
 

Uses of Select in groovyx.gpars.group
 

Methods in groovyx.gpars.group that return Select
 Select PGroup.select(DataflowReadChannel... channels)
          Creates a select using the current parallel group.
 Select PGroup.select(java.util.List<DataflowReadChannel> channels)
          Creates a select using the current parallel group.
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.