Class LambdaMatcher<T>

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.eclipse.microprofile.metrics.test.optional.LambdaMatcher<T>
All Implemented Interfaces:
org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

public class LambdaMatcher<T> extends org.hamcrest.BaseMatcher<T>
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(Object argument)
    • describeTo

      public void describeTo(org.hamcrest.Description description)