Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.IntAndLongToObject<? extends U> |
AbstractParallelAnyArray.LOCPap.op |
Modifier and Type | Method and Description |
---|---|
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst,
Ops.DoubleToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToDouble fst,
Ops.IntAndDoubleToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToLong fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToLong fst,
Ops.LongToObject<? extends V> snd) |
(package private) static <U,V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd) |
(package private) static <U,V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.Op<? super U,? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongOp fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst,
Ops.IntAndDoubleToObject<? extends V> snd) |
(package private) static <U,V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.indexedMapper(Ops.LongAndDoubleToObject<? extends V> combiner,
ParallelDoubleArrayWithDoubleMapping u,
int origin) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.indexedMapper(Ops.LongAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping u,
int origin) |
(package private) static <U,V,W> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.indexedMapper(Ops.LongAndObjectToObject<? super U,? extends V> combiner,
ParallelArrayWithMapping<W,U> u,
int origin) |
Modifier and Type | Method and Description |
---|---|
(package private) static <V> Ops.IntAndDoubleToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToLong fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndDoubleToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToLong fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static <U> Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <U> Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.IntAndObjectToLong<? super U> snd) |
(package private) static <U,V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd) |
(package private) static <U> Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.ObjectToDouble<? super U> snd) |
(package private) static <U> Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.ObjectToLong<? super U> snd) |
(package private) static <U,V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.Op<? super U,? extends V> snd) |
(package private) static <T,V> Ops.IntAndObjectToObject<T,V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongOp fst,
Ops.IntAndLongToObject<? extends V> snd) |
(package private) static <T,V> Ops.IntAndObjectToObject<T,V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToLong<? super T> fst,
Ops.IntAndLongToObject<? extends V> snd) |
<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> ParallelArrayWithMapping<T,V> |
AbstractParallelAnyArray.OULMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelDoubleArrayWithMapping<V> |
AbstractParallelAnyArray.DULMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelLongArrayWithMapping<V> |
AbstractParallelAnyArray.LULMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelArrayWithMapping<T,V> |
AbstractParallelAnyArray.OFLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelDoubleArrayWithMapping<V> |
AbstractParallelAnyArray.DFLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelLongArrayWithMapping<V> |
AbstractParallelAnyArray.LFLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelArrayWithMapping<T,V> |
AbstractParallelAnyArray.ORLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelDoubleArrayWithMapping<V> |
AbstractParallelAnyArray.DRLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelLongArrayWithMapping<V> |
AbstractParallelAnyArray.LRLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelArrayWithMapping<T,V> |
AbstractParallelAnyArray.OULCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelDoubleArrayWithMapping<V> |
AbstractParallelAnyArray.DULCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelLongArrayWithMapping<V> |
AbstractParallelAnyArray.LULCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelArrayWithMapping<T,V> |
AbstractParallelAnyArray.OFLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelDoubleArrayWithMapping<V> |
AbstractParallelAnyArray.DFLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelLongArrayWithMapping<V> |
AbstractParallelAnyArray.LFLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelArrayWithMapping<T,V> |
AbstractParallelAnyArray.ORLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelDoubleArrayWithMapping<V> |
AbstractParallelAnyArray.DRLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
<V> ParallelLongArrayWithMapping<V> |
AbstractParallelAnyArray.LRLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper) |
abstract <V> ParallelArrayWithMapping<T,V> |
ParallelArrayWithLongMapping.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.
|
abstract <V> ParallelDoubleArrayWithMapping<V> |
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.
|
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.
|
Constructor and Description |
---|
AbstractParallelAnyArray.LFOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.IntAndLongToObject<? extends U> op) |
AbstractParallelAnyArray.LOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongToObject<? extends U> op) |
AbstractParallelAnyArray.LROCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.IntAndLongToObject<? extends U> op) |
AbstractParallelAnyArray.LUOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongToObject<? extends U> op) |