struct MapFilterextension MapFilter : Equatable, Expression, Identifiable, IdentifiableExpression, SendableRepresents the “filter” operation on a map expression. Returns a new map with the filtered entries.
-
String identifier of the expression. Must be unique within a single automation graph.
Declaration
Swift
let id: String -
Undocumented
Declaration
Swift
let rangeExpression: any Expression -
Undocumented
Declaration
Swift
let lambdaKey: ReferenceDeclaration -
Undocumented
Declaration
Swift
let lambdaValue: ReferenceDeclaration -
Undocumented
Declaration
Swift
let lambdaBody: any Expression -
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
static func == (lhs: MapFilter, rhs: MapFilter) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
-
Returns true if the expressions are equal, false otherwise.
Declaration
Swift
func isEqual(to other: any Expression) -> Bool