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

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

Uses of Ops.LongToDouble in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.LongToDouble
(package private)  Ops.LongToDouble AbstractParallelAnyArray.LDMPap.op
           
 

Methods in groovyx.gpars.extra166y that return Ops.LongToDouble
static Ops.LongToDouble CommonOps.compoundOp(Ops.LongOp first, Ops.LongToDouble second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.LongToDouble CommonOps.compoundOp(Ops.LongToDouble first, Ops.DoubleOp 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
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.LongToDouble
(package private) static Ops.IntAndDoubleToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndDoubleToLong fst, Ops.LongToDouble snd)
           
(package private) static Ops.IntAndLongToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndLongToLong fst, Ops.LongToDouble snd)
           
(package private) static
<T> Ops.IntAndObjectToDouble<T>
AbstractParallelAnyArray.compoundIndexedOp(Ops.IntAndObjectToLong<? super T> fst, Ops.LongToDouble snd)
           
(package private) static Ops.IntAndLongToDouble AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst, Ops.IntAndDoubleToDouble snd)
           
(package private) static Ops.IntAndLongToLong AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst, Ops.IntAndDoubleToLong snd)
           
(package private) static
<V> Ops.IntAndLongToObject<V>
AbstractParallelAnyArray.compoundIndexedOp(Ops.LongToDouble fst, Ops.IntAndDoubleToObject<? extends V> snd)
           
static Ops.DoubleOp CommonOps.compoundOp(Ops.DoubleToLong first, Ops.LongToDouble second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.LongToDouble CommonOps.compoundOp(Ops.LongOp first, Ops.LongToDouble second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.LongToDouble CommonOps.compoundOp(Ops.LongToDouble first, Ops.DoubleOp second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
static Ops.LongOp CommonOps.compoundOp(Ops.LongToDouble first, Ops.DoubleToLong 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> Ops.ObjectToDouble<T>
CommonOps.compoundOp(Ops.ObjectToLong<? super T> first, Ops.LongToDouble second)
          Returns a composite mapper that applies a second mapper to the results of applying the first one
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LUPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LRPap.withMapping(Ops.LongToDouble op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OULMPap.withMapping(Ops.LongToDouble op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DULMPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LULMPap.withMapping(Ops.LongToDouble op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFLMPap.withMapping(Ops.LongToDouble op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFLMPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFLMPap.withMapping(Ops.LongToDouble op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.ORLMPap.withMapping(Ops.LongToDouble op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRLMPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LRLMPap.withMapping(Ops.LongToDouble op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OULCPap.withMapping(Ops.LongToDouble op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DULCPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LULCPap.withMapping(Ops.LongToDouble op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.OFLCPap.withMapping(Ops.LongToDouble op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DFLCPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LFLCPap.withMapping(Ops.LongToDouble op)
           
 ParallelArrayWithDoubleMapping<T> AbstractParallelAnyArray.ORLCPap.withMapping(Ops.LongToDouble op)
           
 ParallelDoubleArrayWithDoubleMapping AbstractParallelAnyArray.DRLCPap.withMapping(Ops.LongToDouble op)
           
 ParallelLongArrayWithDoubleMapping AbstractParallelAnyArray.LRLCPap.withMapping(Ops.LongToDouble op)
           
abstract  ParallelArrayWithDoubleMapping<T> ParallelArrayWithLongMapping.withMapping(Ops.LongToDouble op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
abstract  ParallelDoubleArrayWithDoubleMapping ParallelDoubleArrayWithLongMapping.withMapping(Ops.LongToDouble op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
 ParallelLongArrayWithDoubleMapping ParallelLongArray.withMapping(Ops.LongToDouble op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
abstract  ParallelLongArrayWithDoubleMapping ParallelLongArrayWithLongMapping.withMapping(Ops.LongToDouble op)
          Returns an operation prefix that causes a method to operate on mapped elements of the array using the given op.
 

Constructors in groovyx.gpars.extra166y with parameters of type Ops.LongToDouble
AbstractParallelAnyArray.LDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.LongToDouble op)
           
AbstractParallelAnyArray.LFDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.LongPredicate selector, Ops.LongToDouble op)
           
AbstractParallelAnyArray.LRDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector, Ops.LongToDouble op)
           
AbstractParallelAnyArray.LUDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.LongToDouble op)
           
 


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