FilterOperation
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/FilterExpr.swift
- enum FilterOperation : enum FilterOperation
-
How a filter compares one field.
Written as a wire value rather than a closure, so an expression can be stored, sent, inspected, and later compiled to a tmux
-fpredicate. A regular expression travels in compiled, bounded form.
8 declared, 2 inherited
Members
- caseInsensitiveContains(_:) constant
- caseInsensitiveEquals(_:) constant
- contains(_:) constant
- equals(_:) constant
- hasPrefix(_:) constant
- hasSuffix(_:) constant
- isIn(_:) constant
- matches(pattern:) constant
Inherited members
Reached through Equatable.!=(_:_:), Decodable.init(from:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- init(from:) Decodable.init(from:) Creates a new instance by decoding from the given decoder.