Searched refs:RemoveNotMatching (Results 1 – 1 of 1) sorted by relevance
24 return ListUtil.filter(invocations, new RemoveNotMatching(wanted)); in findInvocations()29 return ListUtil.filter(unverified, new RemoveNotMatching(wanted)); in findAllMatchingUnverifiedChunks()141 private static class RemoveNotMatching implements Filter<Invocation> { class in InvocationsFinder144 private RemoveNotMatching(MatchableInvocation wanted) { in RemoveNotMatching() method in InvocationsFinder.RemoveNotMatching