CompositeMatcher

interface CompositeMatcher<T>

Matcher composed from several other matchers.

Allows to build matching expressions. Alike "and(eq(5), capture(lst))"

Inheritors

Properties

Link copied to clipboard
abstract val operandValues: List<T>
Link copied to clipboard
abstract var subMatchers: List<Matcher<T>>?

Functions

Link copied to clipboard