ParameterMatcher

Class for validating whether a parameter matches given constraints

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun asMatcher(): ParameterMatcher<T>
Link copied to clipboard
open operator override fun compareTo(other: ParameterMatcher<*>): Int
Link copied to clipboard
abstract fun matches(value: T): Boolean

Checks if the parameter matches