Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.IntAndObjectToDouble<? super T> |
AbstractParallelAnyArray.ODCPap.op |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.DoubleOp snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.IntAndDoubleToDouble snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.IntAndLongToDouble snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.LongToDouble snd) |
(package private) static <T,U> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <T,U> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.ObjectToDouble<? super U> snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst,
Ops.IntAndDoubleToDouble snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToLong<? super T> fst,
Ops.IntAndLongToDouble snd) |
(package private) static <T,U> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndDoubleToDouble<? super T> combiner,
ParallelDoubleArrayWithDoubleMapping u,
int origin) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndLongToDouble<? super T> combiner,
ParallelLongArrayWithLongMapping u,
int origin) |
(package private) static <T,U,W> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndObjectToDouble<? super T,? super U> combiner,
ParallelArrayWithMapping<W,U> u,
int origin) |
Modifier and Type | Method and Description |
---|---|
(package private) static <U> Ops.IntAndDoubleToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <U> Ops.IntAndDoubleToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <U> Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.DoubleOp snd) |
(package private) static <T> Ops.IntAndObjectToLong<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.DoubleToLong snd) |
(package private) static <T,V> Ops.IntAndObjectToObject<T,V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.DoubleToObject<? extends V> snd) |
(package private) static <T> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.IntAndDoubleToDouble snd) |
(package private) static <T> Ops.IntAndObjectToLong<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.IntAndDoubleToLong snd) |
(package private) static <T,V> Ops.IntAndObjectToObject<T,V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.IntAndDoubleToObject<? extends V> snd) |
(package private) static <T,U> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <U> Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToObject<? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <T,U> Ops.IntAndObjectToDouble<T> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
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) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DUOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DFOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFOMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OROMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DROMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LROMPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OUOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DUOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LUOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OFOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DFOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LFOCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelArrayWithDoubleMapping<T> |
AbstractParallelAnyArray.OROCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelDoubleArrayWithDoubleMapping |
AbstractParallelAnyArray.DROCPap.withIndexedMapping(Ops.IntAndObjectToDouble<? super U> mapper) |
ParallelLongArrayWithDoubleMapping |
AbstractParallelAnyArray.LROCPap.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.
|
abstract ParallelDoubleArrayWithDoubleMapping |
ParallelDoubleArrayWithMapping.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.
|
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.
|
Constructor and Description |
---|
AbstractParallelAnyArray.ODCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.IntAndObjectToDouble<? super T> op) |
AbstractParallelAnyArray.OFDCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.Predicate<? super T> selector,
Ops.IntAndObjectToDouble<? super T> op) |
AbstractParallelAnyArray.ORDCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.IntAndObjectPredicate<? super T> selector,
Ops.IntAndObjectToDouble<? super T> op) |
AbstractParallelAnyArray.OUDCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.IntAndObjectToDouble<? super T> op) |