|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelArrayWithDoubleMapping | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of ParallelArrayWithDoubleMapping in groovyx.gpars.extra166y |
---|
Subclasses of ParallelArrayWithDoubleMapping in groovyx.gpars.extra166y | |
---|---|
(package private) static class |
AbstractParallelAnyArray.ODCPap<T>
|
(package private) static class |
AbstractParallelAnyArray.ODMPap<T>
|
(package private) static class |
AbstractParallelAnyArray.OFDCPap<T>
|
(package private) static class |
AbstractParallelAnyArray.OFDMPap<T>
|
(package private) static class |
AbstractParallelAnyArray.ORDCPap<T>
|
(package private) static class |
AbstractParallelAnyArray.ORDMPap<T>
|
(package private) static class |
AbstractParallelAnyArray.OUDCPap<T>
|
(package private) static class |
AbstractParallelAnyArray.OUDMPap<T>
|
Methods in groovyx.gpars.extra166y that return ParallelArrayWithDoubleMapping | ||
---|---|---|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper)
|
|
abstract ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToDouble 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. |
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OULMPap.withIndexedMapping(Ops.IntAndLongToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFLMPap.withIndexedMapping(Ops.IntAndLongToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORLMPap.withIndexedMapping(Ops.IntAndLongToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OULCPap.withIndexedMapping(Ops.IntAndLongToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFLCPap.withIndexedMapping(Ops.IntAndLongToDouble mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORLCPap.withIndexedMapping(Ops.IntAndLongToDouble mapper)
|
|
abstract ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithLongMapping.withIndexedMapping(Ops.IntAndLongToDouble 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. |
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super T> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super T> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super T> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
ParallelArray.withIndexedMapping(Ops.IntAndObjectToDouble<? super T> 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. |
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OROMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OROCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper)
|
|
abstract ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToDouble<? super 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 (as mapped by preceding mappings, if any), and produces a new value. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithDoubleMapping.withMapping(Ops.BinaryDoubleOp combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUDMPap.withMapping(Ops.DoubleOp op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFDMPap.withMapping(Ops.DoubleOp op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORDMPap.withMapping(Ops.DoubleOp op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUDCPap.withMapping(Ops.DoubleOp op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFDCPap.withMapping(Ops.DoubleOp op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORDCPap.withMapping(Ops.DoubleOp op)
|
|
abstract ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleOp op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithLongMapping.withMapping(Ops.LongAndDoubleToDouble combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithLongMapping.withMapping(Ops.LongAndLongToDouble combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OULMPap.withMapping(Ops.LongToDouble op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFLMPap.withMapping(Ops.LongToDouble op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORLMPap.withMapping(Ops.LongToDouble op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OULCPap.withMapping(Ops.LongToDouble op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFLCPap.withMapping(Ops.LongToDouble op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORLCPap.withMapping(Ops.LongToDouble op)
|
|
abstract ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithLongMapping.withMapping(Ops.LongToDouble op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArray.withMapping(Ops.ObjectAndDoubleToDouble<? super T> combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithMapping.withMapping(Ops.ObjectAndDoubleToDouble<? super U> combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArray.withMapping(Ops.ObjectAndLongToDouble<? super T> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithMapping.withMapping(Ops.ObjectAndLongToDouble<? super U> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArray.withMapping(Ops.ObjectAndObjectToDouble<? super T,? super U> combiner,
ParallelArrayWithMapping<W,U> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.ObjectAndObjectToDouble<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUPap.withMapping(Ops.ObjectToDouble<? super T> op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFPap.withMapping(Ops.ObjectToDouble<? super T> op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.ORPap.withMapping(Ops.ObjectToDouble<? super T> op)
|
|
ParallelArrayWithDoubleMapping<T> |
ParallelArray.withMapping(Ops.ObjectToDouble<? super T> op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFOMPap.withMapping(Ops.ObjectToDouble<? super U> op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OROMPap.withMapping(Ops.ObjectToDouble<? super U> op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFOCPap.withMapping(Ops.ObjectToDouble<? super U> op)
|
|
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OROCPap.withMapping(Ops.ObjectToDouble<? super U> op)
|
|
abstract ParallelArrayWithDoubleMapping<T> |
ParallelArrayWithMapping.withMapping(Ops.ObjectToDouble<? super U> 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 |