# RelationQuantifier

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/Snapshot.swift#L121
- **Page:** https://libtmux.org/reference/swift/relationquantifier/

How many related objects have to match.

## Members

- `encode(to:)` (method) — Encodes this value into the given encoder, when the type's `RawValue` is `String`.
- `init(from:)` (method) — Creates a new instance by decoding from the given decoder, when the type's `RawValue` is `String`.
- `hashValue` (property)
- `hash(into:)` (method)
- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `some` (constant) — At least one related object matches. An object with no relations never satisfies this.
- `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.
- `init(rawValue:)` (method) — Creates a new instance with the specified raw value.
