The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Function::Interface::Info::Function::ReturnParam - information about return values of abstract function

METHODS

new

Constructor of Function::Interface::Info::Function::ReturnParam. This is usually called at Function::Interface::info.

type -> Object

Returns type object of the return value, e.g. Str.

type_display_name -> Str

Returns type display name of the return value

SEE ALSO

Function::Interface::Info