matches

public Unit matches<T extends Any>(Atom<T> value, Matcher<T> matcher)

Checks if element matches given matcher

Parameters

T

Type of value to be matched

value

Actual value to be matched

matcher

Matcher that matches given value