On this page
FilterOperation
- 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.
10 declared, 0 inherited
Members
- caseInsensitiveContains(_:) constant
- caseInsensitiveEquals(_:) constant
- contains(_:) constant
- equals(_:) constant
- hasPrefix(_:) constant
- hasSuffix(_:) constant
- isIn(_:) constant
- matches(pattern:) constant
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- init(from:) method Creates a new instance by decoding from the given decoder.