Interface Fany

Resolves to true if any of the passed arguments resolves to true

interface Fany {
    args: Expression<boolean>[];
    name: "any";
}

Hierarchy (view full)

Properties

Properties

args: Expression<boolean>[]
name: "any"