# Copyright (c) 2024 Yuki Kimoto
# MIT License
class Callback::Map : interface_t {
version_from SPVM;
required method : object ($element : object);
}