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

SPVM::Callback::Map - A Callback for The map Method

Description

The Callback::Map interface in SPVM has interface methods for the map method in the Fn class.

Usage

  interface Callback::Map;

Interface Methods

required method : object ($element : object);

Returns an element after operating the element $element.

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License