Product Site

5.1.3.6. isAbstract

Returns .true if the method is an Abstract method, otherwise returns .false.

See also

Example 5.26. Method class — isAbstract method
say .InputStream~method("lines")~isAbstract    -- 1
say .Stream~method("lines")~isAbstract         -- 0