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

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

Uses of Ops.IntAndObjectPredicate in groovyx.gpars.extra166y
 

Fields in groovyx.gpars.extra166y declared as Ops.IntAndObjectPredicate
(package private)  Ops.IntAndObjectPredicate<? super T> AbstractParallelAnyArray.ORPap.selector
           
(package private)  Ops.IntAndObjectPredicate<? super T> AbstractParallelAnyArray.OROMPap.selector
           
(package private)  Ops.IntAndObjectPredicate<? super T> AbstractParallelAnyArray.OROCPap.selector
           
(package private)  Ops.IntAndObjectPredicate<? super T> AbstractParallelAnyArray.ORDMPap.selector
           
(package private)  Ops.IntAndObjectPredicate<? super T> AbstractParallelAnyArray.ORDCPap.selector
           
(package private)  Ops.IntAndObjectPredicate<? super T> AbstractParallelAnyArray.ORLMPap.selector
           
(package private)  Ops.IntAndObjectPredicate<? super T> AbstractParallelAnyArray.ORLCPap.selector
           
 

Methods in groovyx.gpars.extra166y that return Ops.IntAndObjectPredicate
(package private) static
<S,T extends S>
Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndObjectPredicate<S> fst, Ops.IntAndObjectPredicate<? super T> snd)
           
(package private) static
<S,T extends S>
Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndObjectPredicate<S> fst, Ops.Predicate<? super T> snd)
           
(package private) static
<S,T extends S>
Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.compoundIndexedSelector(Ops.Predicate<S> fst, Ops.IntAndObjectPredicate<? super T> snd)
           
(package private) static
<T,U,W> Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.indexedSelector(Ops.BinaryPredicate<? super T,? super U> bp, ParallelArrayWithMapping<W,U> u, int origin)
           
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.IntAndObjectPredicate
(package private) static
<S,T extends S>
Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndObjectPredicate<S> fst, Ops.IntAndObjectPredicate<? super T> snd)
           
(package private) static
<S,T extends S>
Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndObjectPredicate<S> fst, Ops.IntAndObjectPredicate<? super T> snd)
           
(package private) static
<S,T extends S>
Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.compoundIndexedSelector(Ops.IntAndObjectPredicate<S> fst, Ops.Predicate<? super T> snd)
           
(package private) static
<S,T extends S>
Ops.IntAndObjectPredicate<T>
AbstractParallelAnyArray.compoundIndexedSelector(Ops.Predicate<S> fst, Ops.IntAndObjectPredicate<? super T> snd)
           
 ParallelArrayWithFilter<T> AbstractParallelAnyArray.OUPap.withIndexedFilter(Ops.IntAndObjectPredicate<? super T> selector)
           
 ParallelArrayWithFilter<T> AbstractParallelAnyArray.OFPap.withIndexedFilter(Ops.IntAndObjectPredicate<? super T> selector)
           
 ParallelArrayWithFilter<T> AbstractParallelAnyArray.ORPap.withIndexedFilter(Ops.IntAndObjectPredicate<? super T> selector)
           
 ParallelArrayWithFilter<T> ParallelArray.withIndexedFilter(Ops.IntAndObjectPredicate<? super T> selector)
          Returns an operation prefix that causes a method to operate only on elements for which the given indexed selector returns true
abstract  ParallelArrayWithFilter<T> ParallelArrayWithFilter.withIndexedFilter(Ops.IntAndObjectPredicate<? super T> 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.IntAndObjectPredicate
AbstractParallelAnyArray.ORDCPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectPredicate<? super T> selector, Ops.IntAndObjectToDouble<? super T> op)
           
AbstractParallelAnyArray.ORDMPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectPredicate<? super T> selector, Ops.ObjectToDouble<? 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.ORLMPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectPredicate<? super T> selector, Ops.ObjectToLong<? super T> 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.OROMPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectPredicate<? super T> selector, Ops.Op<? super T,? extends U> op)
           
AbstractParallelAnyArray.ORPap(jsr166y.ForkJoinPool ex, int origin, int fence, T[] array, Ops.IntAndObjectPredicate<? super T> selector)
           
 


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