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
Methods in editor that return Predicate Modifier and Type Method Description Predicate
PopupListModel. getFilter()
Methods in editor with parameters of type Predicate Modifier and Type Method Description void
PopupListModel. setFilter(Predicate filter)
Constructors in editor with parameters of type Predicate Constructor Description PopupListModel(Predicate filter)
-
Uses of Predicate in gw.test
Methods in gw.test with parameters of type Predicate Modifier and Type Method Description T
Suite. withIFileFilter(Predicate<IFile> fileFilter)
Adds a file filter to this suite, allowing certain tests to be excluded.T
Suite. withPackageFilter(Predicate<String> fileFilter)
Adds a package filter to this suite, which allows you to exclude certain packages from consideration.T
Suite. 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 Modifier and Type Class Description class
KnownBreakConditionPredicate
Methods in gw.testharness that return types with arguments of type Predicate Modifier and Type Method Description Class<? extends Predicate<? super IAnnotationInfo>>
value()
-
Uses of Predicate in gw.util
Constructors 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 void
FqnCache. visitBreadthFirst(Predicate<T> visitor)
boolean
FqnCacheNode. visitBreadthFirst(Predicate<K> visitor)
void
IFqnCache. visitBreadthFirst(Predicate<T> visitor)
void
WeakFqnCache. visitBreadthFirst(Predicate<T> visitor)
void
FqnCache. visitDepthFirst(Predicate<T> visitor)
boolean
FqnCacheNode. visitDepthFirst(Predicate<K> visitor)
void
IFqnCache. visitDepthFirst(Predicate<T> visitor)
void
WeakFqnCache. visitDepthFirst(Predicate<T> visitor)
boolean
FqnCacheNode. visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor)
void
FqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
boolean
FqnCacheNode. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
void
IFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
void
WeakFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
-