Package | Description |
---|---|
groovyx.gpars.extra166y |
Collections supporting parallel operations.
|
Modifier and Type | Field and Description |
---|---|
(package private) Ops.LongToObject<? extends U> |
AbstractParallelAnyArray.LOMPap.op |
Modifier and Type | Method and Description |
---|---|
static <T> Ops.LongToObject<T> |
CommonOps.compoundOp(Ops.LongOp first,
Ops.LongToObject<? extends T> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static <T> Ops.LongToObject<T> |
CommonOps.compoundOp(Ops.LongToDouble first,
Ops.DoubleToObject<? extends T> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static <T,V> Ops.LongToObject<V> |
CommonOps.compoundOp(Ops.LongToObject<? extends T> first,
Ops.Op<? super T,? extends V> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
Modifier and Type | Method and Description |
---|---|
(package private) static <V> Ops.IntAndDoubleToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst,
Ops.LongToObject<? extends V> snd) |
(package private) static <V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToLong fst,
Ops.LongToObject<? extends V> snd) |
(package private) static <T,V> Ops.IntAndObjectToObject<T,V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.LongToObject<? extends V> snd) |
(package private) static <U> Ops.IntAndLongToDouble |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToObject<? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd) |
(package private) static <U> Ops.IntAndLongToLong |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToObject<? extends U> fst,
Ops.IntAndObjectToLong<? super U> snd) |
(package private) static <U,V> Ops.IntAndLongToObject<V> |
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd) |
static <T> Ops.DoubleToObject<T> |
CommonOps.compoundOp(Ops.DoubleToLong first,
Ops.LongToObject<? extends T> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static <T> Ops.LongToObject<T> |
CommonOps.compoundOp(Ops.LongOp first,
Ops.LongToObject<? extends T> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static <T> Ops.LongToDouble |
CommonOps.compoundOp(Ops.LongToObject<? extends T> first,
Ops.ObjectToDouble<? super T> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static <T> Ops.LongOp |
CommonOps.compoundOp(Ops.LongToObject<? extends T> first,
Ops.ObjectToLong<? super T> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static <T,V> Ops.LongToObject<V> |
CommonOps.compoundOp(Ops.LongToObject<? extends T> first,
Ops.Op<? super T,? extends V> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
static <T,V> Ops.Op<T,V> |
CommonOps.compoundOp(Ops.ObjectToLong<? super T> first,
Ops.LongToObject<? extends V> second)
Returns a composite mapper that applies a second mapper to the results
of applying the first one.
|
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LUPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LFPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LRPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelArrayWithMapping<T,U> |
AbstractParallelAnyArray.OULMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelDoubleArrayWithMapping<U> |
AbstractParallelAnyArray.DULMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LULMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelArrayWithMapping<T,U> |
AbstractParallelAnyArray.OFLMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelDoubleArrayWithMapping<U> |
AbstractParallelAnyArray.DFLMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LFLMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelArrayWithMapping<T,U> |
AbstractParallelAnyArray.ORLMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelDoubleArrayWithMapping<U> |
AbstractParallelAnyArray.DRLMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LRLMPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelArrayWithMapping<T,U> |
AbstractParallelAnyArray.OULCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelDoubleArrayWithMapping<U> |
AbstractParallelAnyArray.DULCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LULCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelArrayWithMapping<T,U> |
AbstractParallelAnyArray.OFLCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelDoubleArrayWithMapping<U> |
AbstractParallelAnyArray.DFLCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LFLCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelArrayWithMapping<T,U> |
AbstractParallelAnyArray.ORLCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelDoubleArrayWithMapping<U> |
AbstractParallelAnyArray.DRLCPap.withMapping(Ops.LongToObject<? extends U> op) |
<U> ParallelLongArrayWithMapping<U> |
AbstractParallelAnyArray.LRLCPap.withMapping(Ops.LongToObject<? extends U> op) |
abstract <U> ParallelArrayWithMapping<T,U> |
ParallelArrayWithLongMapping.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.
|
abstract <U> ParallelDoubleArrayWithMapping<U> |
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.
|
<U> ParallelLongArrayWithMapping<U> |
ParallelLongArray.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.
|
abstract <U> ParallelLongArrayWithMapping<U> |
ParallelLongArrayWithLongMapping.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.
|
Constructor and Description |
---|
AbstractParallelAnyArray.LFOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongPredicate selector,
Ops.LongToObject<? extends U> op) |
AbstractParallelAnyArray.LOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongToObject<? extends U> op) |
AbstractParallelAnyArray.LROMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.IntAndLongPredicate selector,
Ops.LongToObject<? extends U> op) |
AbstractParallelAnyArray.LUOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
long[] array,
Ops.LongToObject<? extends U> op) |