Uses of Interface
org.antlr.v4.misc.Utils.Func1
Packages that use Utils.Func1
-
Uses of Utils.Func1 in org.antlr.v4.misc
Methods in org.antlr.v4.misc with parameters of type Utils.Func1Modifier and TypeMethodDescriptionstatic <From,
To> List <To> Utils.select
(List<From> list, Utils.Func1<From, To> selector) apply methodName to list and return list of results.