Searched refs:ConcurrentInterpreter (Results 1 – 1 of 1) sorted by relevance
14 typealias InterpretMatcher<T> = Pair<Regex, (ConcurrentInterpreter<T>, T, MatchResult) -> Any?> in <lambda>()45 open class ConcurrentInterpreter<T>( in <lambda>() class