On this page
RelationQuantifier
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Snapshot.swift
- enum RelationQuantifier : 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
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.
- !=(_:_:) 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
RawValueisString. - hash(into:) method
- init(from:) method Creates a new instance by decoding from the given decoder, when the type's
RawValueisString. - init(rawValue:) method Creates a new instance with the specified raw value.
- hashValue property