org.codehaus.gpars

Package groovyx.gpars.pa

 

Class Summary
AbstractPAWrapper Wraps a ParallelArray instance in map/reduce operation chains.
CallAsyncTask A helper class to wrap closures for callAsync on GParsPool
CallClosure A call-forwarding closure
ClosureMapper A PA mapper built around a closure
ClosureNegationPredicate A PA predicate built around a closure
ClosurePredicate A PA predicate built around a closure
ClosureReducer A PA reducer built around a closure
CombineHolder Holds a temporary reduce result for groupBy
GParsPoolUtilHelper Off-loads some of the heavy-on-Groovy functionality from GParsPoolUtil
MappedPAWrapper The ParallelArray wrapper used after the map() operation
PAWrapper The default ParallelArray wrapper class
SumClosure Represents a {a, b -> a + b} closure
 


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