RelationQuery
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/Snapshot.swift
- struct RelationQuery : struct RelationQuery
-
A quantified filter over a relation, as one value.
Pairing the quantifier with the expression is what lets a relation filter travel: "sessions where *some* pane runs nvim" is a single
Codablething a client can send, rather than two arguments a boundary has to reassemble.
3 declared, 2 inherited
Members
- expression property What each related object is tested against.
- init(_:_:) method
- quantifier property How many of the related objects have to match for the owner to be selected.
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.