Uses of Interface
groovyx.gpars.extra166y.Ops.IntAndObjectToLong

Packages that use Ops.IntAndObjectToLong
groovyx.gpars.extra166y Collections supporting parallel operations. 
 

Uses of Ops.IntAndObjectToLong in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.IntAndObjectToLong
(package private)  Ops.IntAndObjectToLong<? super T> AbstractParallelAnyArray.OLCPap.op
           
 

Methods in groovyx.gpars.extra166y that return Ops.IntAndObjectToLong
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst, Ops.DoubleToLong snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToDouble<? super T> fst, Ops.IntAndDoubleToLong snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.IntAndLongToLong snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.LongOp snd)
           
(package private) static
<T,U> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<T,U> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst, Ops.ObjectToLong<? super U> snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToDouble<? super T> fst, Ops.IntAndDoubleToLong snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.ObjectToLong<? super T> fst, Ops.IntAndLongToLong snd)
           
(package private) static
<T,U> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<T,U> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndDoubleToLong<? super T> combiner, ParallelDoubleArrayWithDoubleMapping u, int origin)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndLongToLong<? super T> combiner, ParallelLongArrayWithLongMapping u, int origin)
           
(package private) static
<T,U,W> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.indexedMapper(Ops.ObjectAndObjectToLong<? super T,? super U> combiner, ParallelArrayWithMapping<W,U> u, int origin)
           
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.IntAndObjectToLong
(package private) static
<U> Ops.IntAndDoubleToLong
AbstractParallelAnyArray.compoundIndexedOp(Ops.DoubleToObject<? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<U> Ops.IntAndDoubleToLong
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToObject<? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<U> Ops.IntAndLongToLong
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToObject<? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.IntAndLongToDouble snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.IntAndLongToLong snd)
           
(package private) static
<T,V> Ops.IntAndObjectToObject<T,V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.IntAndLongToObject<? extends V> snd)
           
(package private) static
<T> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.LongOp snd)
           
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.LongToDouble 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
<T,U> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToObject<? super T,? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<U> Ops.IntAndLongToLong
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToObject<? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
(package private) static
<T,U> Ops.IntAndObjectToLong<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.Op<? super T,? extends U> fst, Ops.IntAndObjectToLong<? super U> snd)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OUPap.withIndexedMapping(Ops.IntAndObjectToLong<? super T> mapper)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OFPap.withIndexedMapping(Ops.IntAndObjectToLong<? super T> mapper)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.ORPap.withIndexedMapping(Ops.IntAndObjectToLong<? super T> mapper)
           
 ParallelArrayWithLongMapping<T> ParallelArray.withIndexedMapping(Ops.IntAndObjectToLong<? 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.
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OUOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DUOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LUOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OFOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DFOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LFOMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OROMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DROMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LROMPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OUOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DUOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LUOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OFOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DFOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LFOCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelArrayWithLongMapping<T> AbstractParallelAnyArray.OROCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelDoubleArrayWithLongMapping AbstractParallelAnyArray.DROCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
 ParallelLongArrayWithLongMapping AbstractParallelAnyArray.LROCPap.withIndexedMapping(Ops.IntAndObjectToLong<? super U> mapper)
           
abstract  ParallelArrayWithLongMapping<T> ParallelArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToLong<? 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  ParallelDoubleArrayWithLongMapping ParallelDoubleArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToLong<? 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  ParallelLongArrayWithLongMapping ParallelLongArrayWithMapping.withIndexedMapping(Ops.IntAndObjectToLong<? 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.
 

Constructors in groovyx.gpars.extra166y with parameters of type Ops.IntAndObjectToLong
AbstractParallelAnyArray.OFLCPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.Predicate<? super T> selector, Ops.IntAndObjectToLong<? super T> op)
           
AbstractParallelAnyArray.OLCPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectToLong<? super T> op)
           
AbstractParallelAnyArray.ORLCPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectPredicate<? super T> selector, Ops.IntAndObjectToLong<? super T> op)
           
AbstractParallelAnyArray.OULCPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectToLong<? super T> op)
           
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.