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

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

Uses of Ops.BinaryLongPredicate in groovyx.gpars.extra166y
 

Classes in groovyx.gpars.extra166y that implement Ops.BinaryLongPredicate
(package private) static class CommonOps.LongEqualityPredicate
           
(package private) static class CommonOps.LongInequalityPredicate
           
 

Methods in groovyx.gpars.extra166y that return Ops.BinaryLongPredicate
static Ops.BinaryLongPredicate CommonOps.longEqualityPredicate()
          Returns a predicate evaluating to true if the first argument == the second
static Ops.BinaryLongPredicate CommonOps.longInequalityPredicate()
          Returns a predicate evaluating to true if the first argument == the second
 

Methods in groovyx.gpars.extra166y with parameters of type Ops.BinaryLongPredicate
(package private) static Ops.IntAndLongPredicate AbstractParallelAnyArray.indexedSelector(Ops.BinaryLongPredicate bp, ParallelLongArrayWithLongMapping u, int origin)
           
 ParallelLongArrayWithFilter ParallelLongArray.withFilter(Ops.BinaryLongPredicate selector, ParallelLongArrayWithLongMapping other)
          Returns an operation prefix that causes a method to operate only on elements for which the given binary selector returns true
 ParallelLongArrayWithFilter ParallelLongArrayWithFilter.withFilter(Ops.BinaryLongPredicate selector, ParallelLongArrayWithLongMapping 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.
 


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