NAME
Data::Object::Signatures
ABSTRACT
Data-Object Signatures Configuration
SYNOPSIS
use Data::Object::Signatures;
fun hello (Str $name) {
return "Hello $name, how are you?";
}
DESCRIPTION
Data::Object::Signatures is a subclass of Type::Tiny::Signatures providing method and function signatures supporting all the type constraints provided by Data::Object::Config::Type.
FUNCTIONS
This package implements the following functions.
aftr_settings
aftr_settings(Str $arg1, Object $arg2) : (Str, HashRef)
The aftr_settings function returns the after-keyword configuration.
arnd_settings
arnd_settings(Str $arg1, Object $arg2) : (Str, HashRef)
The arnd_settings function returns the around-keyword configuration.
befr_settings
befr_settings(Str $arg1, Object $arg2) : (Str, HashRef)
The befr_settings function returns the before-keyword configuration.
func_settings
func_settings(Str $arg1, Object $arg2) : (Str, HashRef)
The func_settings function returns the fun-keyword configuration.
meth_settings
meth_settings(Str $arg1, Object $arg2) : (Str, HashRef)
The meth_settings function returns the method-keyword configuration.
settings
settings(Str $arg1, Any @args) : HashRef
The settings function returns the settings for Function::Parameters configuration.