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.
pattern
BooleanCondition_Type_DATEEQ :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be the same date as 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.
pattern
BooleanCondition_Type_DATEISVALID :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be a date. Supported by data validation. Requires no ConditionValues.
pattern
BooleanCondition_Type_DATENOTBETWEEN :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be outside the dates of the two condition values. Supported by data validation. Requires exactly two ConditionValues.
pattern
BooleanCondition_Type_DATENOTEQ :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types 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_DATEONORAFTER :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be on or after the date of the condition's value. Supported by data validation. Requires a single ConditionValue that may be a relative date.
pattern
BooleanCondition_Type_DATEONORBEFORE :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be on or before the date of the condition's value. Supported by data validation. Requires a single ConditionValue that may be a relative date.
pattern
BooleanCondition_Type_FILTEREXPRESSION :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must follow the pattern specified. Requires a single ConditionValue.
pattern
BooleanCondition_Type_NOTBLANK :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must not be empty. Supported by conditional formatting and filters. Requires no ConditionValues.
pattern
BooleanCondition_Type_NUMBERBETWEEN :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types The cell's value must be between the two condition values. Supported by data validation, conditional formatting and filters. Requires exactly two ConditionValues.
pattern
BooleanCondition_Type_NUMBEREQ :: BooleanCondition_Typegogol-sheets Gogol.Sheets.Types 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.