table of contents
| Catmandu::Fix::Bind::identity(3pm) | User Contributed Perl Documentation | Catmandu::Fix::Bind::identity(3pm) |
NAME¶
Catmandu::Fix::Bind::identity - a binder that doesn't influence computationSYNOPSIS¶
do identity()
fix1()
fix2()
fix3()
.
.
.
fixN()
end
# will have the same (side)effects as
fix1()
fix2()
fix3()
.
.
.
fixN()
DESCRIPTION¶
The identity binder doesn't embody any computational strategy. It simply applies the bound fix functions to its input without any modification.AUTHOR¶
Patrick Hochstenbach - Patrick.Hochstenbach@UGent.beSEE ALSO¶
Catmandu::Fix::Bind| 2014-10-14 | perl v5.20.1 |