NAME
Data::Object::Hash::Func::Fold
ABSTRACT
Data-Object Hash Function (Fold) Class
SYNOPSIS
use Data::Object::Hash::Func::Fold;
my $func = Data::Object::Hash::Func::Fold->new(@args);
$func->execute;
DESCRIPTION
Data::Object::Hash::Func::Fold is a function object for Data::Object::Hash.
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.
arg3
arg3(HashLike)
The attribute is read-only, accepts (HashLike)
values, and is optional.
arg4
arg4(HashLike)
The attribute is read-only, accepts (HashLike)
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::Hash->new({3,[4,5,6],7,{8,8,9,9}}); my $func = Data::Object::Hash::Func::Fold->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: