Uses of Class
groovyx.gpars.extra166y.ParallelDoubleArrayWithFilter

Packages that use ParallelDoubleArrayWithFilter
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of ParallelDoubleArrayWithFilter in groovyx.gpars.extra166y
 

Subclasses of ParallelDoubleArrayWithFilter in groovyx.gpars.extra166y
(package private) static class AbstractParallelAnyArray.DFPap
           
(package private) static class AbstractParallelAnyArray.DRPap
           
(package private) static class AbstractParallelAnyArray.DUPap
           
 class ParallelDoubleArray
          An array of doubles supporting parallel operations.
 class ParallelDoubleArrayWithBounds
          A prefix view of ParallelDoubleArray that causes operations to apply only to elements within a given range.
 

Methods in groovyx.gpars.extra166y that return ParallelDoubleArrayWithFilter
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithGeneratedValue(Ops.DoubleGenerator generator)
          Replaces elements with results of applying the given generator.
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithMappedIndex(Ops.IntAndDoubleToDouble op)
          Replaces elements with the results of applying the given mapping to each index and current element value
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithMappedIndex(Ops.IntToDouble op)
          Replaces elements with the results of applying the given op to their indices
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithMapping(Ops.BinaryDoubleOp combiner, double[] other)
          Replaces elements with results of applying op(thisElement, otherElement)
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithMapping(Ops.BinaryDoubleOp combiner, ParallelDoubleArrayWithDoubleMapping other)
          Replaces elements with results of applying op(thisElement, otherElement)
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithMapping(Ops.DoubleOp op)
          Replaces elements with the results of applying the given op to their current values.
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.replaceWithValue(double value)
          Replaces elements with the given value.
 ParallelDoubleArrayWithFilter ParallelDoubleArray.withFilter(Ops.BinaryDoublePredicate selector, ParallelDoubleArrayWithDoubleMapping other)
          Returns an operation prefix that causes a method to operate only on elements for which the given binary selector returns true
 ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.withFilter(Ops.BinaryDoublePredicate selector, ParallelDoubleArrayWithDoubleMapping other)
          Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given binary selector returns true
 ParallelDoubleArrayWithFilter AbstractParallelAnyArray.DUPap.withFilter(Ops.DoublePredicate selector)
           
 ParallelDoubleArrayWithFilter AbstractParallelAnyArray.DFPap.withFilter(Ops.DoublePredicate selector)
           
 ParallelDoubleArrayWithFilter AbstractParallelAnyArray.DRPap.withFilter(Ops.DoublePredicate selector)
           
 ParallelDoubleArrayWithFilter ParallelDoubleArray.withFilter(Ops.DoublePredicate selector)
          Returns an operation prefix that causes a method to operate only on the elements of the array for which the given selector returns true
abstract  ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.withFilter(Ops.DoublePredicate selector)
          Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given selector returns true
 ParallelDoubleArrayWithFilter AbstractParallelAnyArray.DUPap.withIndexedFilter(Ops.IntAndDoublePredicate selector)
           
 ParallelDoubleArrayWithFilter AbstractParallelAnyArray.DFPap.withIndexedFilter(Ops.IntAndDoublePredicate selector)
           
 ParallelDoubleArrayWithFilter AbstractParallelAnyArray.DRPap.withIndexedFilter(Ops.IntAndDoublePredicate selector)
           
 ParallelDoubleArrayWithFilter ParallelDoubleArray.withIndexedFilter(Ops.IntAndDoublePredicate selector)
          Returns an operation prefix that causes a method to operate only on elements for which the given indexed selector returns true
abstract  ParallelDoubleArrayWithFilter ParallelDoubleArrayWithFilter.withIndexedFilter(Ops.IntAndDoublePredicate selector)
          Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given indexed selector returns true
 


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