ObjectFilter

public protocol ObjectFilter

An ObjectFilter is used when querying LayerContainers to select one or more matching Objectss and are responsible for determining if any given Object meets a set of criteria

  • Determines If the supplied Object meets the criteria of the ObjectFilter

    Declaration

    Swift

    func matches(_ object: Object) -> Bool

    Parameters

    object

    The Object to evaluate