Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

query.private.Predicate.matches_many

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
query.private
Declared in
Predicate
Package
libtmux
Source
crates/libtmux/src/query/private.rs
matches_many ( self , values : &[U] ) → bool
method [source]
method [source]
matches_many

Match this relation predicate against already-loaded related values.

any , all , and none use the standard iterator truth table and short-circuit from left to right. Other predicate families and the to-one is quantifier return false.

The crate::query::Filterable relation example executes this method in a hand-written generated-code expansion.

0 declared, 0 inherited

Esc

Type to search.