# Copyright (c) 2024 Yuki Kimoto
# MIT License

class Callback::Map : interface_t {
  required method : object ($element : object);
}