Or

Matches argument that satisfies any matcher from matchers.

Constructors

Link copied to clipboard
constructor(matchers: List<ArgMatcher<T>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun capture(value: T)

Propagates value to children matchers.

Link copied to clipboard
open override fun matches(arg: T): Boolean
Link copied to clipboard

Helper function to propagate capture for dev.mokkery.matcher.ArgMatcher.Composite.

Link copied to clipboard
open override fun toString(): String