NAME
Data::Object::Number::Func::Incr
ABSTRACT
Data-Object Number Function (Incr) Class
SYNOPSIS
use Data::Object::Number::Func::Incr;
my $func = Data::Object::Number::Func::Incr->new(@args);
$func->execute;
DESCRIPTION
Data::Object::Number::Func::Incr 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(Object)
The attribute is read-only, accepts (Object)
values, and is optional.
arg2
arg2(StringLike)
The attribute is read-only, accepts (StringLike)
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(100); my $func = Data::Object::Number::Func::Incr->new( arg1 => $data ); my $result = $func->execute;
mapping
mapping() : (Str)
Returns the ordered list of named function object arguments.
CREDITS
Al Newkirk, awncorp@cpan.org
, +284
Anthony Brummett, abrummet@genome.wustl.edu
, +10
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 same terms as the Perl 5 programming language system itself.
PROJECT
SEE ALSO
To get the most out of this distribution, consider reading the following: