RelationQuantifier
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
- enum RelationQuantifier : enum RelationQuantifier
-
How many related objects have to match.
3 declared, 6 inherited
Members
- every constant Every related object matches — vacuously true when there are none, the same way
allSatisfyreads 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.
Inherited members
Reached through Equatable.!=(_:_:), RawRepresentable.encode(to:), RawRepresentable.hash(into:), RawRepresentable.hashValue, RawRepresentable.init(from:), RawRepresentable.init(rawValue:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.
- encode(to:) RawRepresentable.encode(to:) Encodes this value into the given encoder, when the type's
RawValueisString. - hash(into:) RawRepresentable.hash(into:)
- hashValue RawRepresentable.hashValue
- init(from:) RawRepresentable.init(from:) Creates a new instance by decoding from the given decoder, when the type's
RawValueisString. - init(rawValue:) RawRepresentable.init(rawValue:) Creates a new instance with the specified raw value.