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 © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.