private static class InvocationsFinder.RemoveNotMatching extends java.lang.Object implements ListUtil.Filter<Invocation>
| Modifier and Type | Field and Description |
|---|---|
private MatchableInvocation |
wanted |
| Modifier | Constructor and Description |
|---|---|
private |
RemoveNotMatching(MatchableInvocation wanted) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOut(Invocation invocation) |
private final MatchableInvocation wanted
private RemoveNotMatching(MatchableInvocation wanted)
public boolean isOut(Invocation invocation)
isOut in interface ListUtil.Filter<Invocation>