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

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

Uses of Ops.IntAndLongPredicate in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.IntAndLongPredicate
(package private)  Ops.IntAndLongPredicate AbstractParallelAnyArray.LRPap.selector
           
(package private)  Ops.IntAndLongPredicate AbstractParallelAnyArray.LROMPap.selector
           
(package private)  Ops.IntAndLongPredicate AbstractParallelAnyArray.LROCPap.selector
           
(package private)  Ops.IntAndLongPredicate AbstractParallelAnyArray.LRDMPap.selector
           
(package private)  Ops.IntAndLongPredicate AbstractParallelAnyArray.LRDCPap.selector
           
(package private)  Ops.IntAndLongPredicate AbstractParallelAnyArray.LRLMPap.selector
           
(package private)  Ops.IntAndLongPredicate AbstractParallelAnyArray.LRLCPap.selector
           
 

Methods in groovyx.gpars.extra166y that return Ops.IntAndLongPredicate
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst, Ops.IntAndLongPredicate snd)
           
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst, Ops.LongPredicate snd)
           
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.compoundIndexedSelector(Ops.LongPredicate fst, Ops.IntAndLongPredicate snd)
           
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.indexedSelector(Ops.BinaryLongPredicate bp, ParallelLongArrayWithLongMapping u, int origin)
           
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.IntAndLongPredicate
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst, Ops.IntAndLongPredicate snd)
           
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndLongPredicate fst, Ops.LongPredicate snd)
           
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.compoundIndexedSelector(Ops.LongPredicate fst, Ops.IntAndLongPredicate snd)
           
 ParallelLongArrayWithFilter AbstractParallelAnyArray.LUPap.withIndexedFilter(Ops.IntAndLongPredicate selector)
           
 ParallelLongArrayWithFilter AbstractParallelAnyArray.LFPap.withIndexedFilter(Ops.IntAndLongPredicate selector)
           
 ParallelLongArrayWithFilter AbstractParallelAnyArray.LRPap.withIndexedFilter(Ops.IntAndLongPredicate selector)
           
 ParallelLongArrayWithFilter ParallelLongArray.withIndexedFilter(Ops.IntAndLongPredicate selector)
          Returns an operation prefix that causes a method to operate only on elements for which the given indexed selector returns true
abstract  ParallelLongArrayWithFilter ParallelLongArrayWithFilter.withIndexedFilter(Ops.IntAndLongPredicate selector)
          Returns an operation prefix that causes a method to operate only on elements for which the current selector (if present) and the given indexed selector returns true.
 

Constructors in groovyx.gpars.extra166y with parameters of type Ops.IntAndLongPredicate
AbstractParallelAnyArray.LRDCPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector, Ops.IntAndLongToDouble op)
           
AbstractParallelAnyArray.LRDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector, Ops.LongToDouble op)
           
AbstractParallelAnyArray.LRLCPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector, Ops.IntAndLongToLong op)
           
AbstractParallelAnyArray.LRLMPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector, Ops.LongOp op)
           
AbstractParallelAnyArray.LROCPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector, Ops.IntAndLongToObject<? extends U> op)
           
AbstractParallelAnyArray.LROMPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector, Ops.LongToObject<? extends U> op)
           
AbstractParallelAnyArray.LRPap(jsr166y.ForkJoinPool ex, int origin, int fence, long[] array, Ops.IntAndLongPredicate selector)
           
 


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