INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Test to be applied to item at current position in `target'
-- (default: value of `item_test' on item)
-- Test to be applied to item `v'
-- (default: false)
-- Is the invariant satisfied?
-- (Redefinitions of this feature will usually involve
-- `target'; if so, make sure that the result is defined
-- when `target = Void'.)
-- Make `s' the new target of iterations.
-- Apply `action' to every item of `target'.
-- Apply `action' to every item of `target' satisfying `test'.
-- Apply `action' to every item of `target' up to
-- and including first one satisfying `test'.
-- (Apply to full list if no item satisfies `test').
-- Apply `action' to every item of `target' up to
-- and including first one not satisfying `test'.
-- (Apply to full list if all items satisfy `test').
-- Apply `action' to every item of `target' up to
-- but excluding first one satisfying `test'.
-- (Apply to full list if no items satisfy `test'.)
-- Apply `action' to every item of `target' up to
-- but excluding first one satisfying not `test'.
-- (Apply to full list if all items satisfy `test'.)
-- Is `test' true for all items of `target'?
-- Is `test' true for at least one item of `target'?
-- Action to be applied to item at current position
-- in `target' (default: `item_action' on that item).
-- For iterators to work properly, redefined versions of
-- this feature should not change the traversable's
-- structure.
-- Action to be applied to item `v'
-- (Default: do nothing.)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |