1Type::Tiny::_HalfOp(3)User Contributed Perl DocumentationType::Tiny::_HalfOp(3)
2
3
4
6 Type::Tiny::_HalfOp - half-completed overloaded operation
7
9 This module is considered part of Type-Tiny's internals. It is not
10 covered by the Type-Tiny stability policy.
11
13 This is not considered part of Type::Tiny's public API.
14
15 It is a class representing a half-completed overloaded operation.
16
17 Constructor
18 "new($operation, $param, $type)"
19
20 Method
21 complete($type)
22
24 Please report any bugs to
25 <https://github.com/tobyink/p5-type-tiny/issues>.
26
28 Graham Knop <haarg@cpan.org>.
29
31 This software is copyright (c) 2014, 2017-2023 by Graham Knop.
32
33 This is free software; you can redistribute it and/or modify it under
34 the same terms as the Perl 5 programming language system itself.
35
37 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
38 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
39 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
40
41
42
43perl v5.36.0 2023-04-24 Type::Tiny::_HalfOp(3)