Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
BooleanCondition_Type_TEXTNOTCONTAINS :: BooleanCondition_Typegogol-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.
pattern
BooleanCondition_Type_TEXTNOTEQ :: BooleanCondition_Typegogol-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.
pattern
BooleanCondition_Type_TEXTSTARTSWITH :: BooleanCondition_Typegogol-sheets Gogol.Sheets The cell's value must start with the condition's value. Supported by conditional formatting and filters. Requires a single ConditionValue.
-
gogol-sheets Gogol.Sheets A rule that may or may not match, depending on the condition. See: newBooleanRule smart constructor.
BooleanRule :: Maybe BooleanCondition -> Maybe CellFormat -> BooleanRulegogol-sheets Gogol.Sheets No documentation available.
-
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.
BooleanCondition :: Maybe BooleanCondition_Type -> Maybe [ConditionValue] -> BooleanConditiongogol-sheets Gogol.Sheets.Types No documentation available.
-
gogol-sheets Gogol.Sheets.Types The type of condition.
BooleanCondition_Type :: Text -> BooleanCondition_Typegogol-sheets Gogol.Sheets.Types No documentation available.
pattern
BooleanCondition_Type_Blank :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be empty. Supported by conditional formatting and filters. Requires no ConditionValues.