Vertex Viewer SDK
    Preparing search index...

    Type Alias Predicate<T>

    Predicate: (value: T) => boolean

    Defines a function that takes a value and returns true if the condition is satisfied, or false if it doesn't.

    Type Parameters

    • T

    Type Declaration

      • (value: T): boolean
      • Parameters

        • value: T

        Returns boolean