# Copyright (c) 2024 Yuki Kimoto
# MIT License

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