There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

Name

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

Description

The Callback::Map interface in SPVM has interface methods for Fn#map.

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