Uses of Class
groovyx.gpars.extra166y.ParallelLongArrayWithMapping

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

Uses of ParallelLongArrayWithMapping in groovyx.gpars.extra166y
 

Subclasses of ParallelLongArrayWithMapping in groovyx.gpars.extra166y
(package private) static class AbstractParallelAnyArray.LFOCPap<U>
           
(package private) static class AbstractParallelAnyArray.LFOMPap<U>
           
(package private) static class AbstractParallelAnyArray.LOCPap<U>
           
(package private) static class AbstractParallelAnyArray.LOMPap<U>
           
(package private) static class AbstractParallelAnyArray.LROCPap<U>
           
(package private) static class AbstractParallelAnyArray.LROMPap<U>
           
(package private) static class AbstractParallelAnyArray.LUOCPap<U>
           
(package private) static class AbstractParallelAnyArray.LUOMPap<U>
           
 

Methods in groovyx.gpars.extra166y that return ParallelLongArrayWithMapping
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LRDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LRDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
           
abstract
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
<U> ParallelLongArrayWithMapping<U>
ParallelLongArray.withIndexedMapping(Ops.IntAndLongToObject<? extends U> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value, and produces a new value.
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LRPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LULMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LRLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LULCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LRLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
           
abstract
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithLongMapping.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LROMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LROCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
           
abstract
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
          Returns an operation prefix that causes a method to operate on mappings of this array using the given mapper that accepts as arguments an element's current index and value (as mapped by preceding mappings, if any), and produces a new value.
<V,W,X> ParallelLongArrayWithMapping<W>
ParallelLongArrayWithMapping.withMapping(Ops.BinaryOp<? super U,? super V,? extends W> combiner, ParallelArrayWithMapping<X,V> other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndDoubleToObject<? extends V> combiner, ParallelDoubleArrayWithDoubleMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V,W,X> ParallelLongArrayWithMapping<W>
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? super V,? extends W> combiner, ParallelArrayWithMapping<X,V> other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LUDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LFDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LRDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LUDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LFDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LRDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
           
abstract
<U> ParallelLongArrayWithMapping<U>
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleToObject<? extends U> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArray.withMapping(Ops.LongAndDoubleToObject<? extends V> combiner, ParallelDoubleArrayWithDoubleMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndDoubleToObject<? extends V> combiner, ParallelDoubleArrayWithDoubleMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArray.withMapping(Ops.LongAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndLongToObject<? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V,W,X> ParallelLongArrayWithMapping<W>
ParallelLongArray.withMapping(Ops.LongAndObjectToObject<? super V,? extends W> combiner, ParallelArrayWithMapping<X,V> other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V,W,X> ParallelLongArrayWithMapping<W>
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndObjectToObject<? super V,? extends W> combiner, ParallelArrayWithMapping<X,V> other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LUPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LFPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LRPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LULMPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LFLMPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LRLMPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LULCPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LFLCPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
AbstractParallelAnyArray.LRLCPap.withMapping(Ops.LongToObject<? extends U> op)
           
<U> ParallelLongArrayWithMapping<U>
ParallelLongArray.withMapping(Ops.LongToObject<? extends U> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
abstract
<U> ParallelLongArrayWithMapping<U>
ParallelLongArrayWithLongMapping.withMapping(Ops.LongToObject<? extends U> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndDoubleToObject<? super U,? extends V> combiner, ParallelDoubleArrayWithDoubleMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndLongToObject<? super U,? extends V> combiner, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array.
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUOMPap.withMapping(Ops.Op<? super U,? extends V> op)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFOMPap.withMapping(Ops.Op<? super U,? extends V> op)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LROMPap.withMapping(Ops.Op<? super U,? extends V> op)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LUOCPap.withMapping(Ops.Op<? super U,? extends V> op)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LFOCPap.withMapping(Ops.Op<? super U,? extends V> op)
           
<V> ParallelLongArrayWithMapping<V>
AbstractParallelAnyArray.LROCPap.withMapping(Ops.Op<? super U,? extends V> op)
           
abstract
<V> ParallelLongArrayWithMapping<V>
ParallelLongArrayWithMapping.withMapping(Ops.Op<? super U,? extends V> op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op applied to current op's results
 


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