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

query.private.Predicate.matches_one

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_one ( self , value : Option<&U> ) → bool
method [source]
method [source]
matches_one

Match this relation predicate against one already-loaded value.

The is quantifier evaluates an existing value. An absent value, another quantifier, or another predicate family returns 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.