public class InvokeMatcher<T> implements Matcher<T>, EquivalentMatcher
Invokes lambda
Matcher.DefaultImpls| Constructor and Description |
|---|
InvokeMatcher(kotlin.jvm.functions.Function1<? super T,kotlin.Unit> block)
Invokes lambda
|
| Modifier and Type | Method and Description |
|---|---|
Matcher<java.lang.Object> |
equivalent() |
kotlin.jvm.functions.Function1<T,kotlin.Unit> |
getBlock() |
boolean |
match(T arg) |
java.lang.String |
toString() |
match, substituteequivalentpublic InvokeMatcher(kotlin.jvm.functions.Function1<? super T,kotlin.Unit> block)
Invokes lambda
public Matcher<java.lang.Object> equivalent()
public boolean match(T arg)
public java.lang.String toString()
public kotlin.jvm.functions.Function1<T,kotlin.Unit> getBlock()