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

FilterExpr.where(_:_:)

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

View as Markdown

Declared in
FilterExpr
Package
libtmux-swift
Source
Sources/LibTmux/FilterExpr.swift
where(_:_:) ( keyPath : KeyPath<Root, Value> & Sendable , operation : FilterOperator<Value> ) → FilterExpr<Root>
methodstatic [source]
methodstatic [source]
where(_:_:)

Builds a comparison from a key path.

The key path is lowered to a stable field id here and then discarded — nothing downstream holds one, so an expression can cross a boundary a key path could not.

0 declared, 0 inherited

Esc

Type to search.