@FunctionalInterface public interface ResourceInformationFilter extends java.util.function.Predicate<ResourceInformation>
ResourceInformation objects.| Modifier and Type | Field and Description |
|---|---|
static ResourceInformationFilter |
ALL
Standard filter that matches all
ResourceInformation objects (but false for null). |
static ResourceInformationFilter |
ALL_SERVICE_PROVIDER_DECLARATIONS
Standard filter that matches all
ResourceInformation objects that
are service provider declarations (see java.util.ServiceLoader). |
static ResourceInformationFilter |
NONE
Standard filter that matches no object.
|
static final ResourceInformationFilter ALL
ResourceInformation objects (but false for null).static final ResourceInformationFilter NONE
static final ResourceInformationFilter ALL_SERVICE_PROVIDER_DECLARATIONS
ResourceInformation objects that
are service provider declarations (see java.util.ServiceLoader).