| コンストラクタと説明 |
|---|
AbstractMatcher() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Matcher<T> |
and(Matcher<? super T> other)
Returns a new matcher which returns
true if both this and the
given matcher return true. |
Matcher<T> |
or(Matcher<? super T> other)
Returns a new matcher which returns
true if either this or the
given matcher return true. |
Copyright © 2009–2016. All rights reserved.