Interface PropertiesPredicate.ValuePredicate

All Superinterfaces:
Predicate<@Nullable String>
All Known Implementing Classes:
PropertiesPredicate.ValuePredicate.Exact, PropertiesPredicate.ValuePredicate.Range
Enclosing class:
PropertiesPredicate

public static sealed interface PropertiesPredicate.ValuePredicate extends Predicate<@Nullable String> permits PropertiesPredicate.ValuePredicate.Exact, PropertiesPredicate.ValuePredicate.Range