|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ops.IntAndObjectToObject | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of Ops.IntAndObjectToObject in groovyx.gpars.extra166y |
---|
Fields in groovyx.gpars.extra166y declared as Ops.IntAndObjectToObject | |
---|---|
(package private) Ops.IntAndObjectToObject<? super T,? extends U> |
AbstractParallelAnyArray.OOCPap.op
|
(package private) Ops.IntAndObjectToObject |
PAS.FJOBinaryIndexMap.op
|
Methods in groovyx.gpars.extra166y that return Ops.IntAndObjectToObject | ||
---|---|---|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.DoubleToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst,
Ops.IntAndDoubleToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.IntAndLongToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst,
Ops.LongToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.IntAndObjectToObject<? 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.ObjectToDouble<? super T> fst,
Ops.IntAndDoubleToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToLong<? super T> fst,
Ops.IntAndLongToObject<? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.BinaryOp<? super T,? super U,? extends V> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndDoubleToObject<? super T,? extends V> combiner,
ParallelDoubleArrayWithDoubleMapping u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndLongToObject<? super T,? extends V> combiner,
ParallelLongArrayWithLongMapping u,
int origin)
|
Methods in groovyx.gpars.extra166y with parameters of type Ops.IntAndObjectToObject | ||
---|---|---|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.IntAndObjectToDouble<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.IntAndObjectToLong<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.ObjectToDouble<? super U> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst,
Ops.ObjectToLong<? super U> 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.LongToObject<? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) static
|
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst,
Ops.IntAndObjectToObject<? super U,? extends V> snd)
|
|
(package private) void |
AbstractParallelAnyArray.leafBinaryIndexMap(int l,
int h,
Ops.IntAndObjectToObject op)
|
|
(package private) void |
AbstractParallelAnyArray.OUPap.leafBinaryIndexMap(int l,
int h,
Ops.IntAndObjectToObject op)
|
|
(package private) void |
AbstractParallelAnyArray.OFPap.leafBinaryIndexMap(int l,
int h,
Ops.IntAndObjectToObject op)
|
|
(package private) void |
AbstractParallelAnyArray.ORPap.leafBinaryIndexMap(int l,
int h,
Ops.IntAndObjectToObject op)
|
|
ParallelArray<T> |
ParallelArray.replaceWithMappedIndex(Ops.IntAndObjectToObject<? super T,? extends T> op)
Replaces elements with the results of applying the given mapping to each index and current element value |
|
ParallelArrayWithFilter<T> |
ParallelArrayWithFilter.replaceWithMappedIndex(Ops.IntAndObjectToObject<? super T,? extends T> op)
Replaces elements with the results of applying the given mapping to each index and current element value |
|
|
ParallelArray.withIndexedMapping(Ops.IntAndObjectToObject<? super T,? 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. |
|
|
AbstractParallelAnyArray.OUPap.withIndexedMapping(Ops.IntAndObjectToObject<? super T,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFPap.withIndexedMapping(Ops.IntAndObjectToObject<? super T,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.ORPap.withIndexedMapping(Ops.IntAndObjectToObject<? super T,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OUOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DUOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.LUOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.LFOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OROMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DROMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.LROMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OUOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DUOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.LUOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DFOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.LFOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OROCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.DROCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.LROCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
abstract
|
ParallelArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? 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
|
ParallelDoubleArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? 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
|
ParallelLongArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? 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. |
Constructors in groovyx.gpars.extra166y with parameters of type Ops.IntAndObjectToObject | |
---|---|
AbstractParallelAnyArray.OFOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.Predicate<? super T> selector,
Ops.IntAndObjectToObject<? super T,? extends U> op)
|
|
AbstractParallelAnyArray.OOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.IntAndObjectToObject<? super T,? extends U> op)
|
|
AbstractParallelAnyArray.OROCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.IntAndObjectPredicate<? super T> selector,
Ops.IntAndObjectToObject<? super T,? extends U> op)
|
|
AbstractParallelAnyArray.OUOCPap(jsr166y.ForkJoinPool ex,
int origin,
int fence,
T[] array,
Ops.IntAndObjectToObject<? super T,? extends U> op)
|
|
PAS.FJOBinaryIndexMap(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
Ops.IntAndObjectToObject op)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |