On this page
FilterOperator
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilterExpr.swift
- struct FilterOperator : struct FilterOperator
- Bases:
A typed operator. The
Valueit is built for is the projected type of the key path it is paired with, so pairing a text operator with an integer field is a compile error rather than a runtime surprise.
8 declared, 0 inherited
Members
- caseInsensitiveContains(_:) method
- caseInsensitiveEquals(_:) method
- contains(_:) method
- equals(_:) method
- hasPrefix(_:) method
- hasSuffix(_:) method
- isIn(_:) method
- matches(_:) method