Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AbstractParallelAnyArray.LDCPap |
(package private) static class |
AbstractParallelAnyArray.LDMPap |
(package private) static class |
AbstractParallelAnyArray.LFDCPap |
(package private) static class |
AbstractParallelAnyArray.LFDMPap |
(package private) static class |
AbstractParallelAnyArray.LRDCPap |
(package private) static class |
AbstractParallelAnyArray.LRDMPap |
(package private) static class |
AbstractParallelAnyArray.LUDCPap |
(package private) static class |
AbstractParallelAnyArray.LUDMPap |
Modifier and Type | Method and Description |
---|---|
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRDMPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRDCPap.withIndexedMapping(Ops.IntAndDoubleToDouble mapper) |
abstract ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithDoubleMapping.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.
|
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LULMPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFLMPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRLMPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LULCPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFLCPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRLCPap.withIndexedMapping(Ops.IntAndLongToDouble mapper) |
ParallelLongArrayWithDoubleMapping |
ParallelLongArray.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, and produces a
new value.
|
abstract ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithLongMapping.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.
|
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LROMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LROCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
abstract ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithMapping.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.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithDoubleMapping.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.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithDoubleMapping.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.
|
<V,W> ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithDoubleMapping.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.
|
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUDMPap.withMapping(Ops.DoubleOp op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFDMPap.withMapping(Ops.DoubleOp op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRDMPap.withMapping(Ops.DoubleOp op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUDCPap.withMapping(Ops.DoubleOp op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFDCPap.withMapping(Ops.DoubleOp op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRDCPap.withMapping(Ops.DoubleOp op) |
abstract ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleOp op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArray.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.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithLongMapping.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.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArray.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.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithLongMapping.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.
|
<V,W> ParallelLongArrayWithDoubleMapping |
ParallelLongArray.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.
|
<V,W> ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithLongMapping.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.
|
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LULMPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFLMPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRLMPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LULCPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFLCPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LRLCPap.withMapping(Ops.LongToDouble op) |
ParallelLongArrayWithDoubleMapping |
ParallelLongArray.withMapping(Ops.LongToDouble op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
abstract ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithLongMapping.withMapping(Ops.LongToDouble op)
Returns an operation prefix that causes a method to operate
on mapped elements of the array using the given op.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithMapping.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.
|
ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithMapping.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.
|
<V,W> ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithMapping.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.
|
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUOMPap.withMapping(Ops.ObjectToDouble<? super U> op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFOMPap.withMapping(Ops.ObjectToDouble<? super U> op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LROMPap.withMapping(Ops.ObjectToDouble<? super U> op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUOCPap.withMapping(Ops.ObjectToDouble<? super U> op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFOCPap.withMapping(Ops.ObjectToDouble<? super U> op) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LROCPap.withMapping(Ops.ObjectToDouble<? super U> op) |
abstract ParallelLongArrayWithDoubleMapping |
ParallelLongArrayWithMapping.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.
|