Searched refs:resultParser (Results 1 – 1 of 1) sorted by relevance
234 protected <T> T executeAndParseCommand(Function<String, T> resultParser, in executeAndParseCommand() argument237 return resultParser.apply(output); in executeAndParseCommand()245 Function<Matcher, T> resultParser, in executeAndParseCommand() argument253 return resultParser.apply(matcher); in executeAndParseCommand()259 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand() argument262 return resultParser.apply(regex.matcher(output)); in executeAndParseCommand()