geostyler-style
    Preparing search index...

    Type Alias GeoStylerBooleanFunction

    GeoStylerBooleanFunction:
        | GeoStylerUnknownFunction
        | Fall
        | Fany
        | Fbetween
        | Fdouble2bool
        | FequalTo
        | FgreaterThan
        | FgreaterThanOrEqualTo
        | Fin
        | FlessThan
        | FlessThanOrEqualTo
        | Fnot
        | FnotEqualTo
        | FparseBoolean
        | FstrEndsWith
        | FstrEqualsIgnoreCase
        | FstrMatches
        | FstrStartsWith

    An expression of a function that returns a boolean.