Uses of Interface
gw.util.Predicate
-
Packages that use Predicate Package Description editor gw.test gw.testharness gw.util gw.util.cache -
-
Uses of Predicate in editor
Fields in editor declared as Predicate Modifier and Type Field Description private PredicatePopupListModel. _filterMethods in editor that return Predicate Modifier and Type Method Description PredicatePopupListModel. getFilter()Methods in editor with parameters of type Predicate Modifier and Type Method Description voidPopupListModel. setFilter(Predicate filter)Constructors in editor with parameters of type Predicate Constructor Description PopupListModel(Predicate filter) -
Uses of Predicate in gw.test
Fields in gw.test with type parameters of type Predicate Modifier and Type Field Description private java.util.List<Predicate<IFile>>Suite. _iFileFiltersprivate java.util.List<Predicate<IFile>>TestClassFinder. _iFileFiltersprivate java.util.List<Predicate<java.lang.String>>Suite. _packageFiltersprivate java.util.List<Predicate<java.lang.String>>TestClassFinder. _packageFiltersprivate java.util.List<Predicate<IType>>Suite. _typeFiltersprivate java.util.List<Predicate<IType>>TestClassFinder. _typeFiltersMethods in gw.test with parameters of type Predicate Modifier and Type Method Description TSuite. withIFileFilter(Predicate<IFile> fileFilter)Adds a file filter to this suite, allowing certain tests to be excluded.TSuite. withPackageFilter(Predicate<java.lang.String> fileFilter)Adds a package filter to this suite, which allows you to exclude certain packages from consideration.TSuite. withTestTypeFilter(Predicate<IType> filter)Adds a type filter to this suite, allowing certain tests to be excluded.Constructor parameters in gw.test with type arguments of type Predicate Constructor Description TestClassFinder(java.util.List<Predicate<IFile>> iFileFilters, java.util.List<Predicate<java.lang.String>> packageFilters, java.util.List<java.lang.String> withPackages, java.util.List<Predicate<IType>> typeFilters) -
Uses of Predicate in gw.testharness
Classes in gw.testharness that implement Predicate Modifier and Type Class Description classKnownBreakConditionPredicateMethods in gw.testharness that return types with arguments of type Predicate Modifier and Type Method Description java.lang.Class<? extends Predicate<? super IAnnotationInfo>>value() -
Uses of Predicate in gw.util
Fields in gw.util declared as Predicate Modifier and Type Field Description private PredicatePredicatedSet. _predicateConstructors in gw.util with parameters of type Predicate Constructor Description PredicatedSet(int initialCapacity, Predicate predicate)PredicatedSet(Predicate predicate) -
Uses of Predicate in gw.util.cache
Methods in gw.util.cache with parameters of type Predicate Modifier and Type Method Description voidFqnCache. visitBreadthFirst(Predicate<T> visitor)booleanFqnCacheNode. visitBreadthFirst(Predicate<K> visitor)voidIFqnCache. visitBreadthFirst(Predicate<T> visitor)voidWeakFqnCache. visitBreadthFirst(Predicate<T> visitor)voidFqnCache. visitDepthFirst(Predicate<T> visitor)booleanFqnCacheNode. visitDepthFirst(Predicate<K> visitor)voidIFqnCache. visitDepthFirst(Predicate<T> visitor)voidWeakFqnCache. visitDepthFirst(Predicate<T> visitor)booleanFqnCacheNode. visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor)voidFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)booleanFqnCacheNode. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)voidIFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)voidWeakFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
-