Module org.apache.lucene.core
Package org.apache.lucene.util.automaton
Interface RegExp.MakeRegexGroup
-
- Enclosing class:
- RegExp
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface private static interface RegExp.MakeRegexGroup
Custom Functional Interface for a Supplying methods with signature of RegExp(int int1, RegExp exp1, RegExp exp2)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegExp
get(int int1, RegExp exp1, RegExp exp2)
-