Interface RegexPattern.Quantifier

All Superinterfaces:
Function<RegexPattern, RegexPattern>, UnaryOperator<RegexPattern>
All Known Implementing Classes:
RegexPattern.AtLeast, RegexPattern.AtMost, RegexPattern.Limited
Enclosing interface:
RegexPattern

public static sealed interface RegexPattern.Quantifier extends UnaryOperator<RegexPattern> permits RegexPattern.AtLeast, RegexPattern.AtMost, RegexPattern.Limited
Base interface for all quantifier types.