filter-model ( model quot -- filter-model )


Vocabulary
models.combinators

Inputs
modela model
quotquotation with stack effect ( a b -- c )


Outputs
filter-modela filter-model


Word description
Creates a model that uses the updates of another model only when they satisfy a given predicate

Definition


Methods