Uses of Interface
net.diversionmc.parser.group.GroupSupplier
| Package | Description |
|---|---|
| net.diversionmc.parser | |
| net.diversionmc.parser.group |
-
Uses of GroupSupplier in net.diversionmc.parser
Methods in net.diversionmc.parser with parameters of type GroupSupplier Modifier and Type Method Description <L extends ExpressionPiece, R extends ExpressionPiece>
Parser<T>Parser. group(java.util.function.Predicate<ExpressionPiece> left, java.util.function.Predicate<ExpressionPiece> right, GroupSupplier<L,R> supplier)Create a grouper for specific pieces. -
Uses of GroupSupplier in net.diversionmc.parser.group
Methods in net.diversionmc.parser.group that return GroupSupplier Modifier and Type Method Description GroupSupplier<L,R>Grouper. supplier()Returns the value of thesupplierrecord component.Constructors in net.diversionmc.parser.group with parameters of type GroupSupplier Constructor Description Grouper(java.util.function.Predicate<ExpressionPiece> start, java.util.function.Predicate<ExpressionPiece> end, GroupSupplier<L,R> supplier)Construct a grouper for specific pieces.