libtmux Reference MCP Search
On this page

RelationQuantifier

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/Snapshot.swift
enum RelationQuantifier : enum RelationQuantifier
enum [source]
enum [source]
enum RelationQuantifier

How many related objects have to match.

9 declared, 0 inherited

Members

  • every constant Every related object matches — vacuously true when there are none, the same way allSatisfy reads on an empty collection.
  • none constant No related object matches. An object with no relations satisfies this.
  • some constant At least one related object matches. An object with no relations never satisfies this.
  • !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
  • encode(to:) method Encodes this value into the given encoder, when the type's RawValue is String.
  • hash(into:) method
  • init(from:) method Creates a new instance by decoding from the given decoder, when the type's RawValue is String.
  • init(rawValue:) method Creates a new instance with the specified raw value.
  • hashValue property
Esc

Type to search.