Name

SPVM::Callback::Grep - A Callback Interface for grep Method

Description

Callback::Grep interface in SPVM is a callback interface for Fn#grep method.

Interface Methods

required method : int ($element : object);

If a condition for the element $element is satisfied, returns 1; otherwise returns 0.

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License