# Copyright (c) 2024 Yuki Kimoto
# MIT License

class Callback::MapExpand : interface_t {
  required method : object[] ($element : object);
}