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_TEXTENDSWITH :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must end with the condition's value. Supported by conditional formatting and filters. Requires a single ConditionValue.

  2. pattern BooleanCondition_Type_TEXTEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be exactly 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.

  3. pattern BooleanCondition_Type_TEXTISEMAIL :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be a valid email address. Supported by data validation. Requires no ConditionValues.

  4. pattern BooleanCondition_Type_TEXTISURL :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be a valid URL. Supported by data validation. Requires no ConditionValues.

  5. pattern BooleanCondition_Type_TEXTNOTCONTAINS :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

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

  6. pattern BooleanCondition_Type_TEXTNOTEQ :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must be exactly not the condition's value. Supported by filters on data source objects. Requires at least one ConditionValue.

  7. pattern BooleanCondition_Type_TEXTSTARTSWITH :: BooleanCondition_Type

    gogol-sheets Gogol.Sheets

    The cell's value must start with the condition's value. Supported by conditional formatting and filters. Requires a single ConditionValue.

  8. data BooleanRule

    gogol-sheets Gogol.Sheets

    A rule that may or may not match, depending on the condition. See: newBooleanRule smart constructor.

  9. BooleanRule :: Maybe BooleanCondition -> Maybe CellFormat -> BooleanRule

    gogol-sheets Gogol.Sheets

    No documentation available.

  10. data BooleanCondition

    gogol-sheets Gogol.Sheets.Types

    A condition that can evaluate to true or false. BooleanConditions are used by conditional formatting, data validation, and the criteria in filters. See: newBooleanCondition smart constructor.

Page 40 of many | Previous | Next