Searched refs:outputParser (Results 1 – 1 of 1) sorted by relevance
244 public <E> E executeAndParseOutput(Function<String, E> outputParser) throws AdbException { in executeAndParseOutput() argument248 return outputParser.apply(output); in executeAndParseOutput()