Match

trait Match[V]

Constraint: checks if the input value matches V.

Constraint: checks if the input value matches V.

Type Params
V

the regex to match with.

class Object
trait Matchable
class Any