Uses of Interface
gw.util.Predicate
Packages that use Predicate
-
Uses of Predicate in editor
-
Uses of Predicate in gw.test
Modifier and TypeFieldDescriptionSuite._iFileFiltersTestClassFinder._iFileFiltersSuite._packageFiltersTestClassFinder._packageFiltersSuite._typeFiltersTestClassFinder._typeFiltersModifier and TypeMethodDescriptionfinal TSuite.withIFileFilter(Predicate<IFile> fileFilter) Adds a file filter to this suite, allowing certain tests to be excluded.final TSuite.withPackageFilter(Predicate<String> fileFilter) Adds a package filter to this suite, which allows you to exclude certain packages from consideration.final TSuite.withTestTypeFilter(Predicate<IType> filter) Adds a type filter to this suite, allowing certain tests to be excluded. -
Uses of Predicate in gw.testharness
Classes in gw.testharness that implement Predicate -
Uses of Predicate in gw.util
ModifierConstructorDescriptionPredicatedSet(int initialCapacity, Predicate predicate) PredicatedSet(Predicate predicate) -
Uses of Predicate in gw.util.cache
Methods in gw.util.cache with parameters of type PredicateModifier and TypeMethodDescriptionvoidFqnCache.visitBreadthFirst(Predicate<T> visitor) final booleanFqnCacheNode.visitBreadthFirst(Predicate<K> visitor) voidIFqnCache.visitBreadthFirst(Predicate<T> visitor) voidWeakFqnCache.visitBreadthFirst(Predicate<T> visitor) voidFqnCache.visitDepthFirst(Predicate<T> visitor) final booleanFqnCacheNode.visitDepthFirst(Predicate<K> visitor) voidIFqnCache.visitDepthFirst(Predicate<T> visitor) voidWeakFqnCache.visitDepthFirst(Predicate<T> visitor) final booleanFqnCacheNode.visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor) voidFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) final booleanFqnCacheNode.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) voidIFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) voidWeakFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)