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::MapExpand - A Callback for The map_expand Method

Description

The Callback::MapExpand interface in SPVM has interface methods for Fn#map_expand.

Usage

  interface Callback::MapExpand;

Interface Methods

required method : object[] ($element : object);

Returns elements after operating the element $element.

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License