|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FList | |
---|---|
groovyx.gpars.dataflow.stream |
Uses of FList in groovyx.gpars.dataflow.stream |
---|
Classes in groovyx.gpars.dataflow.stream that implement FList | |
---|---|
class |
DataflowStream<T>
Represents a deterministic dataflow channel. |
class |
StreamCore<T>
Represents a common base for publish-subscribe deterministic channels. |
class |
SyncDataflowStream<T>
Represents a synchronous deterministic dataflow channel. |
Fields in groovyx.gpars.dataflow.stream declared as FList | |
---|---|
private FList<T> |
FListIterator.current
|
Methods in groovyx.gpars.dataflow.stream that return FList | |
---|---|
FList<T> |
FList.filter(groovy.lang.Closure filterClosure)
|
FList<T> |
StreamCore.filter(groovy.lang.Closure filterClosure)
Builds a filtered stream using the supplied filter closure |
FList<T> |
DataflowStream.getRest()
Retrieves a DataflowStream representing the rest of this Stream after removing the first element |
FList<T> |
FList.getRest()
|
abstract FList<T> |
StreamCore.getRest()
Retrieves a DataflowStream representing the rest of this Stream after removing the first element |
FList<T> |
SyncDataflowStream.getRest()
Retrieves a DataflowStream representing the rest of this Stream after removing the first element |
FList<java.lang.Object> |
FList.map(groovy.lang.Closure mapClosure)
|
FList<java.lang.Object> |
StreamCore.map(groovy.lang.Closure mapClosure)
Builds a modified stream using the supplied map closure |
Methods in groovyx.gpars.dataflow.stream with parameters of type FList | |
---|---|
private void |
StreamCore.map(FList<T> rest,
groovy.lang.Closure mapClosure,
StreamCore<java.lang.Object> result)
|
private T |
StreamCore.reduce(T current,
FList<T> rest,
groovy.lang.Closure reduceClosure)
|
Constructors in groovyx.gpars.dataflow.stream with parameters of type FList | |
---|---|
FListIterator(FList<T> list)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |