|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParallelArrayWithMapping | |
---|---|
groovyx.gpars.extra166y | Collections supporting parallel operations. |
Uses of ParallelArrayWithMapping in groovyx.gpars.extra166y |
---|
Subclasses of ParallelArrayWithMapping in groovyx.gpars.extra166y | |
---|---|
(package private) static class |
AbstractParallelAnyArray.OFOCPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.OFOMPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.OFPap<T>
|
(package private) static class |
AbstractParallelAnyArray.OOCPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.OOMPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.OROCPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.OROMPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.ORPap<T>
|
(package private) static class |
AbstractParallelAnyArray.OUOCPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.OUOMPap<T,U>
|
(package private) static class |
AbstractParallelAnyArray.OUPap<T>
|
class |
ParallelArray<T>
An array supporting parallel operations. |
class |
ParallelArrayWithBounds<T>
A prefix view of ParallelArray that causes operations to apply only to elements within a given range. |
class |
ParallelArrayWithFilter<T>
A prefix view of ParallelArray that causes operations to apply only to elements for which a selector returns true. |
Fields in groovyx.gpars.extra166y declared as ParallelArrayWithMapping | |
---|---|
(package private) ParallelArrayWithMapping |
PAS.FJOPACombineInPlace.other
|
Methods in groovyx.gpars.extra166y that return ParallelArrayWithMapping | ||
---|---|---|
|
AbstractParallelAnyArray.OUDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.ORDMPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OUDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.ORDCPap.withIndexedMapping(Ops.IntAndDoubleToObject<? extends V> mapper)
|
|
abstract
|
ParallelArrayWithDoubleMapping.withIndexedMapping(Ops.IntAndDoubleToObject<? 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. |
|
|
AbstractParallelAnyArray.OULMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.ORLMPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OULCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
|
AbstractParallelAnyArray.ORLCPap.withIndexedMapping(Ops.IntAndLongToObject<? extends V> mapper)
|
|
abstract
|
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. |
|
|
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.OFOMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OROMPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OUOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OFOCPap.withIndexedMapping(Ops.IntAndObjectToObject<? super U,? extends V> mapper)
|
|
|
AbstractParallelAnyArray.OROCPap.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. |
|
|
ParallelArray.withMapping(Ops.BinaryOp<? super T,? super U,? extends V> combiner,
ParallelArrayWithMapping<W,U> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.BinaryOp<? super U,? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndDoubleToObject<? extends V> combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
AbstractParallelAnyArray.OUDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OFDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.ORDMPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OUDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OFDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.ORDCPap.withMapping(Ops.DoubleToObject<? extends U> op)
|
|
abstract
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleToObject<? extends U> op)
Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndDoubleToObject<? extends V> combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndLongToObject<? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
AbstractParallelAnyArray.OULMPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OFLMPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.ORLMPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OULCPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.OFLCPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
|
AbstractParallelAnyArray.ORLCPap.withMapping(Ops.LongToObject<? extends U> op)
|
|
abstract
|
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. |
|
|
ParallelArray.withMapping(Ops.ObjectAndDoubleToObject<? super T,? extends V> combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.ObjectAndDoubleToObject<? super U,? extends V> combiner,
ParallelDoubleArrayWithDoubleMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArray.withMapping(Ops.ObjectAndLongToObject<? super T,? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.ObjectAndLongToObject<? super U,? extends V> combiner,
ParallelLongArrayWithLongMapping other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
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.OFOMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OROMPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OUOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OFOCPap.withMapping(Ops.Op<? super U,? extends V> op)
|
|
|
AbstractParallelAnyArray.OROCPap.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 |
Methods in groovyx.gpars.extra166y with parameters of type ParallelArrayWithMapping | ||
---|---|---|
|
ParallelArray.addAll(ParallelArrayWithMapping<V,T> other)
Appends all (possibly bounded, filtered, or mapped) elements of the given ParallelArray, resizing and/or reallocating this array if necessary. |
|
|
ParallelArray.hasAllEqualElements(ParallelArrayWithMapping<U,V> other)
Returns true if all elements at the same relative positions of this and other array are equal. |
|
|
ParallelArrayWithFilter.hasAllEqualElements(ParallelArrayWithMapping<U,V> other)
Returns true if all elements at the same relative positions of this and other array are equal. |
|
|
ParallelArray.hasAllIdenticalElements(ParallelArrayWithMapping<U,V> other)
Returns true if all elements at the same relative positions of this and other array are identical. |
|
|
ParallelArrayWithFilter.hasAllIdenticalElements(ParallelArrayWithMapping<U,V> other)
Returns true if all elements at the same relative positions of this and other array are identical. |
|
(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.DoubleAndObjectToDouble<? super U> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndObjectToLong<? super U> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.DoubleAndObjectToObject<? super U,? extends V> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.LongAndObjectToDouble<? super U> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.LongAndObjectToLong<? super U> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.LongAndObjectToObject<? super U,? extends V> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndObjectToDouble<? super T,? super U> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndObjectToLong<? super T,? super U> combiner,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) static
|
AbstractParallelAnyArray.indexedSelector(Ops.BinaryPredicate<? super T,? super U> bp,
ParallelArrayWithMapping<W,U> u,
int origin)
|
|
(package private) void |
AbstractParallelAnyArray.leafCombineInPlace(int lo,
int hi,
ParallelArrayWithMapping other,
int otherOffset,
Ops.BinaryOp combiner)
|
|
(package private) void |
AbstractParallelAnyArray.OUPap.leafCombineInPlace(int l,
int h,
ParallelArrayWithMapping other,
int otherOffset,
Ops.BinaryOp combiner)
|
|
(package private) void |
AbstractParallelAnyArray.OFPap.leafCombineInPlace(int l,
int h,
ParallelArrayWithMapping other,
int otherOffset,
Ops.BinaryOp combiner)
|
|
(package private) void |
AbstractParallelAnyArray.ORPap.leafCombineInPlace(int l,
int h,
ParallelArrayWithMapping other,
int otherOffset,
Ops.BinaryOp combiner)
|
|
|
ParallelArray.replaceWithMapping(Ops.BinaryOp<? super T,? super V,? extends T> combiner,
ParallelArrayWithMapping<W,V> other)
Replaces elements with results of applying op(thisElement, otherElement) |
|
|
ParallelArrayWithFilter.replaceWithMapping(Ops.BinaryOp<? super T,? super V,? extends T> combiner,
ParallelArrayWithMapping<W,V> other)
Replaces elements with results of applying op(thisElement, otherElement) |
|
|
ParallelArray.withFilter(Ops.BinaryPredicate<? super T,? super V> selector,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate only on elements for which the given binary selector returns true |
|
|
ParallelArrayWithFilter.withFilter(Ops.BinaryPredicate<? super T,? super V> selector,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given binary selector returns true |
|
|
ParallelArray.withMapping(Ops.BinaryOp<? super T,? super U,? extends V> combiner,
ParallelArrayWithMapping<W,U> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.BinaryOp<? super U,? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithMapping.withMapping(Ops.BinaryOp<? super U,? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithMapping.withMapping(Ops.BinaryOp<? super U,? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArray.withMapping(Ops.DoubleAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArray.withMapping(Ops.DoubleAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArray.withMapping(Ops.DoubleAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithDoubleMapping.withMapping(Ops.DoubleAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArray.withMapping(Ops.LongAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndObjectToDouble<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArray.withMapping(Ops.LongAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndObjectToLong<? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithLongMapping.withMapping(Ops.LongAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArray.withMapping(Ops.LongAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithLongMapping.withMapping(Ops.LongAndObjectToObject<? super V,? extends W> combiner,
ParallelArrayWithMapping<X,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArray.withMapping(Ops.ObjectAndObjectToDouble<? super T,? super U> combiner,
ParallelArrayWithMapping<W,U> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.ObjectAndObjectToDouble<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndObjectToDouble<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndObjectToDouble<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArray.withMapping(Ops.ObjectAndObjectToLong<? super T,? super U> combiner,
ParallelArrayWithMapping<W,U> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelArrayWithMapping.withMapping(Ops.ObjectAndObjectToLong<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelDoubleArrayWithMapping.withMapping(Ops.ObjectAndObjectToLong<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
|
|
ParallelLongArrayWithMapping.withMapping(Ops.ObjectAndObjectToLong<? super U,? super V> combiner,
ParallelArrayWithMapping<W,V> other)
Returns an operation prefix that causes a method to operate on binary mappings of this array and the other array. |
Constructors in groovyx.gpars.extra166y with parameters of type ParallelArrayWithMapping | |
---|---|
PAS.FJOPACombineInPlace(AbstractParallelAnyArray pap,
int lo,
int hi,
PAS.FJBase next,
ParallelArrayWithMapping other,
int otherOffset,
Ops.BinaryOp combiner)
|
|
Copyright © 2008–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |