|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ops.Op | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
groovyx.gpars.pa |
Uses of Ops.Op in groovyx.gpars.extra166y |
---|
Fields in groovyx.gpars.extra166y declared as Ops.Op | |
---|---|
(package private) Ops.Op<? super T,? extends U> |
AbstractParallelAnyArray.OOMPap.op
|
(package private) Ops.Op |
PAS.FJOTransform.op
|
Methods in groovyx.gpars.extra166y that return Ops.Op | ||
---|---|---|
static
|
CommonOps.compoundOp(Ops.ObjectToDouble<? super T> first,
Ops.DoubleToObject<? extends V> second)
Returns a composite mapper that applies a second mapper to the results of applying the first one |
|
static
|
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 |
|
static
|
CommonOps.compoundOp(Ops.Op<? super T,? extends U> first,
Ops.Op<? super U,? extends V> second)
Returns a composite mapper that applies a second mapper to the results of applying the first one |
Methods in groovyx.gpars.extra166y with parameters of type Ops.Op | ||
---|---|---|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst,
Ops.Op<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.Op<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.Op<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst,
Ops.IntAndObjectToLong<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
static
|
CommonOps.compoundOp(Ops.DoubleToObject<? 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
|
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
|
CommonOps.compoundOp(Ops.Op<? super T,? extends U> first,
Ops.ObjectToDouble<? super U> second)
Returns a composite mapper that applies a second mapper to the results of applying the first one |
|
static
|
CommonOps.compoundOp(Ops.Op<? super T,? extends U> first,
Ops.ObjectToLong<? super U> second)
Returns a composite mapper that applies a second mapper to the results of applying the first one |
|
static
|
CommonOps.compoundOp(Ops.Op<? super T,? extends U> first,
Ops.Op<? super U,? extends V> second)
Returns a composite mapper that applies a second mapper to the results of applying the first one |
|
static
|
CommonOps.compoundOp(Ops.Op<? super T,? extends U> first,
Ops.Op<? super U,? extends V> second)
Returns a composite mapper that applies a second mapper to the results of applying the first one |
|
(package private) void |
AbstractParallelAnyArray.leafTransform(int l,
int h,
Ops.Op op)
|
|
(package private) void |
AbstractParallelAnyArray.OUPap.leafTransform(int l,
int h,
Ops.Op op)
|
|
(package private) void |
AbstractParallelAnyArray.OFPap.leafTransform(int l,
int h,
Ops.Op op)
|
|
(package private) void |
AbstractParallelAnyArray.ORPap.leafTransform(int l,
int h,
Ops.Op op)
|
|
ParallelArray<T> |
ParallelArray.replaceWithMapping(Ops.Op<? super T,? extends T> op)
Replaces elements with the results of applying the given transform to their current values. |
|
ParallelArrayWithFilter<T> |
ParallelArrayWithFilter.replaceWithMapping(Ops.Op<? super T,? extends T> op)
Replaces elements with the results of applying the given op to their current values. |
|
|
AbstractParallelAnyArray.OUPap.withMapping(Ops.Op<? super T,? extends U> op)
|
|
|
AbstractParallelAnyArray.OFPap.withMapping(Ops.Op<? super T,? extends U> op)
|
|
|
AbstractParallelAnyArray.ORPap.withMapping(Ops.Op<? super T,? extends U> op)
|
|
|
ParallelArray.withMapping(Ops.Op<? super T,? extends U> op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
|
AbstractParallelAnyArray.OUOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DUOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.LUOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OFOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DFOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.LFOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OROMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DROMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.LROMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OUOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DUOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.LUOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OFOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DFOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.LFOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OROCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.DROCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.LROCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
abstract
|
ParallelArrayWithMapping.withMapping(Ops.Op<? super U,? extends V> 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 |
|
abstract
|
ParallelDoubleArrayWithMapping.withMapping(Ops.Op<? super U,? extends V> 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 |
|
abstract
|
ParallelLongArrayWithMapping.withMapping(Ops.Op<? super U,? extends V> 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 |
Constructors in groovyx.gpars.extra166y with parameters of type Ops.Op | |
---|---|
AbstractParallelAnyArray.OFOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.Predicate<? super T> selector,
Ops.Op<? super T,? extends U> op)
|
|
AbstractParallelAnyArray.OOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.Op<? super T,? extends U> op)
|
|
AbstractParallelAnyArray.OROMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.IntAndObjectPredicate<? super T> selector,
Ops.Op<? super T,? extends U> op)
|
|
AbstractParallelAnyArray.OUOMPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.Op<? super T,? extends U> op)
|
|
PAS.FJOTransform(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
Ops.Op op)
|
Uses of Ops.Op in groovyx.gpars.pa |
---|
Classes in groovyx.gpars.pa that implement Ops.Op | |
---|---|
class |
ClosureMapper<V>
A PA mapper built around a closure |
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |