1Mouse::Meta::TypeConstrUasienrt(C3opnmt)ributed Perl DocMuomuesnet:a:tMieotna::TypeConstraint(3pm)
2
3
4
6 Mouse::Meta::TypeConstraint - The Mouse Type Constraint metaclass
7
9 This document describes Mouse version v2.5.10
10
12 This class represents a type constraint, including built-in type
13 constraints, union type constraints, parameterizable/ parameterized
14 type constraints, as well as custom type constraints
15
17 "Mouse::Meta::TypeConstraint->new(%options)"
18 "$constraint->name"
19 "$constraint->parent"
20 "$constraint->constraint"
21 "$constraint->has_coercion"
22 "$constraint->message"
23 "$constraint->is_a_type_of($name or $object)"
24 "$constraint->coerce($value)"
25 "$constraint->check($value)"
26 "$constraint->assert_valid($value)"
27 "$constraint->get_message($value)"
28 "$constraint->create_child_type(%options)"
29
31 Moose::Meta::TypeConstraint
32
33
34
35perl v5.38.0 2023-07-21 Mouse::Meta::TypeConstraint(3pm)