{
return new PathAndMax(request.getPath(), request.getMax());
}
}
);
PathAnalyzer analyzer = new PathAnalyzer(context.getExhibitor(), pathAndMaxes);
Analysis analysis = analyzer.analyze();
Iterable<PathAnalysisNode> transformed = Iterables.transform
(
analysis.getCompleteData(),
new Function<PathComplete, PathAnalysisNode>()