Searched refs:resultParser (Results 1 – 1 of 1) sorted by relevance
195 protected <T> T executeAndParseCommand(Function<String, T> resultParser, in executeAndParseCommand() argument198 return resultParser.apply(output); in executeAndParseCommand()206 Function<Matcher, T> resultParser, in executeAndParseCommand() argument214 return resultParser.apply(matcher); in executeAndParseCommand()220 protected <T> T executeAndParseCommand(Pattern regex, Function<Matcher, T> resultParser, in executeAndParseCommand() argument223 return resultParser.apply(regex.matcher(output)); in executeAndParseCommand()