ArgumentConstraint

fun fun interface ArgumentConstraint

Constraint for granular Argument verification.

Author

Matthias Geisler

See also

Functions

matches
Link copied to clipboard
common
abstract fun matches(actual: Any?): Boolean
Resolves if the constraint matches the given Proxy Argument.

Inheritors

and
Link copied to clipboard
any
Link copied to clipboard
eq
Link copied to clipboard
isSame
Link copied to clipboard
not
Link copied to clipboard
or
Link copied to clipboard