public interface PackageSet
Modifier and Type | Method and Description |
---|---|
default boolean |
anyMatches(java.util.function.Predicate<? super PackageSet> predicate) |
boolean |
contains(PsiFile file,
NamedScopesHolder holder) |
PackageSet |
createCopy() |
int |
getNodePriority() |
java.lang.String |
getText() |
default PackageSet |
map(java.util.function.Function<? super PackageSet,? extends PackageSet> transformation)
Applies given
transformation to all inner PackageSet of this instance and returns the modified instance or this
if no modification in inner PackageSet were made. |
boolean contains(PsiFile file, NamedScopesHolder holder)
PackageSet createCopy()
java.lang.String getText()
int getNodePriority()
default PackageSet map(java.util.function.Function<? super PackageSet,? extends PackageSet> transformation)
transformation
to all inner PackageSet
of this instance and returns the modified instance or this
if no modification in inner PackageSet
were made.default boolean anyMatches(java.util.function.Predicate<? super PackageSet> predicate)
true
if any inner PackageSet
of this instance matched given predicate