Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern BooleanCondition_Type_NUMBEREQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be equal to the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue for data validation, conditional formatting, and filters on non-data source objects and at least one ConditionValue for filters on data source objects.

  2. pattern BooleanCondition_Type_NUMBERGREATER :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be greater than the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

  3. pattern BooleanCondition_Type_NUMBERGREATERTHANEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be greater than or equal to the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

  4. pattern BooleanCondition_Type_NUMBERLESS :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be less than the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

  5. pattern BooleanCondition_Type_NUMBERLESSTHANEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be less than or equal to the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

  6. pattern BooleanCondition_Type_NUMBERNOTBETWEEN :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must not be between the two condition values. Supported by data validation, conditional formatting and filters. Requires exactly two ConditionValues.

  7. pattern BooleanCondition_Type_NUMBERNOTEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be not equal to the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue for data validation, conditional formatting, and filters on non-data source objects and at least one ConditionValue for filters on data source objects.

  8. pattern BooleanCondition_Type_ONEOFLIST :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be in the list of condition values. Supported by data validation. Supports any number of condition values, one per item in the list. Formulas are not supported in the values.

  9. pattern BooleanCondition_Type_ONEOFRANGE :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be listed in the grid in condition value's range. Supported by data validation. Requires a single ConditionValue, and the value must be a valid range in A1 notation.

  10. pattern BooleanCondition_Type_TEXTCONTAINS :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must contain the condition's value. Supported by data validation, conditional formatting and filters. Requires a single ConditionValue.

Page 39 of many | Previous | Next