matcher<T> function

ValueOrMatcher<T> matcher<T>(
  1. Matcher matcher
)

Implementation

ValueOrMatcher<T> matcher<T>(Matcher matcher) =>
    ValueOrMatcher<T>.matcher(matcher);