Name

SPVM::Callback::Grep::Int - A Callback Interface for grep_int Method

Description

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

Interface Methods

required method : int ($element : int);

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

Copyright & License

Copyright (c) 2024 Yuki Kimoto

MIT License