public class LambdaMatcher<T>
extends org.hamcrest.BaseMatcher<T>
Constructor and Description |
---|
LambdaMatcher(Function<T,Boolean> matcher,
String description) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
boolean |
matches(Object argument) |
Copyright © 2020 Eclipse Foundation. All rights reserved.