Matcher.DefaultImpls| Constructor and Description |
|---|
NullCheckMatcher(boolean inverse)
Checks if argument is null or non-null
|
NullCheckMatcher()
Checks if argument is null or non-null
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
component1() |
NullCheckMatcher<T> |
copy(boolean inverse)
Checks if argument is null or non-null
|
boolean |
equals(java.lang.Object p) |
boolean |
getInverse() |
int |
hashCode() |
boolean |
match(T arg) |
java.lang.String |
toString() |
match, substitutepublic NullCheckMatcher(boolean inverse)
Checks if argument is null or non-null
public NullCheckMatcher()
Checks if argument is null or non-null
public boolean match(T arg)
public java.lang.String toString()
public boolean getInverse()
public boolean component1()
public NullCheckMatcher<T> copy(boolean inverse)
Checks if argument is null or non-null
public int hashCode()
public boolean equals(java.lang.Object p)