-
-
14 Oct 2019 14:45:43 UTC
- Distribution: Do
- Module version: 1.88
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (815 / 9 / 11)
- Kwalitee
Bus factor: 1- % Coverage
- License: apache_2_0
- Perl: v5.14.0
- Activity
24 month- Tools
- Download (268.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 3 contributors-
Adam Hopkins
-
Anthony Brummett
-
José Joaquín Atria
- NAME
- ABSTRACT
- SYNOPSIS
- DESCRIPTION
- INHERITANCE
- LIBRARIES
- ATTRIBUTES
- METHODS
- CREDITS
- AUTHOR
- LICENSE
- PROJECT
- SEE ALSO
NAME
Data::Object::Number::Func::Int
ABSTRACT
Data-Object Number Function (Int) Class
SYNOPSIS
use Data::Object::Number::Func::Int; my $func = Data::Object::Number::Func::Int->new(@args); $func->execute;
DESCRIPTION
Data::Object::Number::Func::Int is a function object for Data::Object::Number.
INHERITANCE
This package inherits behaviors from:
LIBRARIES
This package uses type constraints defined by:
ATTRIBUTES
This package has the following attributes.
arg1
arg1(NumberLike)
The attribute is read-only, accepts
(NumberLike)
values, and is optional.METHODS
This package implements the following methods.
execute
execute() : Object
Executes the function logic and returns the result.
- execute example
-
my $data = Data::Object::Number->new(12.5); my $func = Data::Object::Number::Func::Int->new( arg1 => $data ); my $result = $func->execute;
mapping
mapping() : (Str)
Returns the ordered list of named function object arguments.
CREDITS
Al Newkirk,
+319
Anthony Brummett,
+10
Adam Hopkins,
+2
José Joaquín Atria,
+1
AUTHOR
Al Newkirk,
awncorp@cpan.org
LICENSE
Copyright (C) 2011-2019, Al Newkirk, et al.
This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated here, https://github.com/iamalnewkirk/do/blob/master/LICENSE.
PROJECT
SEE ALSO
To get the most out of this distribution, consider reading the following:
Module Install Instructions
To install Do, copy and paste the appropriate command in to your terminal.
cpanm Do
perl -MCPAN -e shell install Do
For more information on module installation, please visit the detailed CPAN module installation guide.