|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelDoubleArrayWithMapping | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of ParallelDoubleArrayWithMapping in groovyx.gpars.extra166y |
---|
Subclasses of ParallelDoubleArrayWithMapping in groovyx.gpars.extra166y | |
---|---|
(package private) static class |
AbstractParallelAnyArray.DFOCPap<U>
|
(package private) static class |
AbstractParallelAnyArray.DFOMPap<U>
|
(package private) static class |
AbstractParallelAnyArray.DOCPap<U>
|
(package private) static class |
AbstractParallelAnyArray.DOMPap<U>
|
(package private) static class |
AbstractParallelAnyArray.DROCPap<U>
|
(package private) static class |
AbstractParallelAnyArray.DROMPap<U>
|
(package private) static class |
AbstractParallelAnyArray.DUOCPap<U>
|
(package private) static class |
AbstractParallelAnyArray.DUOMPap<U>
|
Methods in groovyx.gpars.extra166y that return ParallelDoubleArrayWithMapping | ||
---|---|---|
|
ParallelDoubleArray.withIndexedMapping(Ops.IntAndDoubleToObject<? 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. |
|
|
AbstractParallelAnyArray.DUPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DRPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DUDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DRDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DUDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DRDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
abstract
|
ParallelDoubleArrayWithDoubleMapping.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. |
|
|
AbstractParallelAnyArray.DULMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DRLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DULCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DRLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
abstract
|
ParallelDoubleArrayWithLongMapping.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. |
|
|
AbstractParallelAnyArray.DUOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DROMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DUOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DROCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
abstract
|
ParallelDoubleArrayWithMapping.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. |
|
|
ParallelDoubleArrayWithMapping.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. |
|
|
ParallelDoubleArray.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. |
|
|
ParallelDoubleArrayWithDoubleMapping.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. |
|
|
ParallelDoubleArray.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. |
|
|
ParallelDoubleArrayWithDoubleMapping.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. |
|
|
ParallelDoubleArray.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. |
|
|
ParallelDoubleArrayWithDoubleMapping.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. |
|
|
AbstractParallelAnyArray.DUPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DUDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DUDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
ParallelDoubleArray.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. |
|
abstract
|
ParallelDoubleArrayWithDoubleMapping.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. |
|
|
ParallelDoubleArrayWithLongMapping.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. |
|
|
ParallelDoubleArrayWithLongMapping.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. |
|
|
ParallelDoubleArrayWithLongMapping.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. |
|
|
AbstractParallelAnyArray.DULMPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFLMPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRLMPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DULCPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DFLCPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.DRLCPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
abstract
|
ParallelDoubleArrayWithLongMapping.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. |
|
|
ParallelDoubleArrayWithMapping.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. |
|
|
ParallelDoubleArrayWithMapping.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. |
|
|
AbstractParallelAnyArray.DUOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DFOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DROMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DUOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DFOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DROCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
abstract
|
ParallelDoubleArrayWithMapping.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. | |||||||||
PREV NEXT | FRAMES NO FRAMES |