Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. sorterChanged :: (HasCallStack, MonadIO m, IsSorter a) => a -> SorterChange -> m ()

    gi-gtk4 GI.Gtk.Objects.Sorter

    Notifies all users of the sorter that it has changed. This emits the Sorter::changed signal. Users of the sorter should then update the sort order via sorterCompare. Depending on the change parameter, it may be possible to update the sort order without a full resorting. Refer to the SorterChange documentation for details. This function is intended for implementers of GtkSorter subclasses and should not be called from other functions.

  2. sorterCompare :: (HasCallStack, MonadIO m, IsSorter a, IsObject b, IsObject c) => a -> b -> c -> m Ordering

    gi-gtk4 GI.Gtk.Objects.Sorter

    Compares two given items according to the sort order implemented by the sorter. Sorters implement a partial order:

    • It is reflexive, ie a = a
    • It is antisymmetric, ie if a < b and b < a, then a = b
    • It is transitive, ie given any 3 items with a ≤ b and b ≤ c, then a ≤ c
    The sorter may signal it conforms to additional constraints via the return value of sorterGetOrder.

  3. sorterGetOrder :: (HasCallStack, MonadIO m, IsSorter a) => a -> m SorterOrder

    gi-gtk4 GI.Gtk.Objects.Sorter

    Gets the order that self conforms to. See SorterOrder for details of the possible return values. This function is intended to allow optimizations.

  4. sortAscending :: HasDirection mod => mod

    github GitHub.Data.Options

    No documentation available.

  5. sortByComments :: HasComments mod => mod

    github GitHub.Data.Options

    No documentation available.

  6. sortByCreated :: HasCreatedUpdated mod => mod

    github GitHub.Data.Options

    No documentation available.

  7. sortByCreatedAt :: CacheMod

    github GitHub.Data.Options

    No documentation available.

  8. sortByLastAccessedAt :: CacheMod

    github GitHub.Data.Options

    No documentation available.

  9. sortByLongRunning :: PullRequestMod

    github GitHub.Data.Options

    No documentation available.

  10. sortByPopularity :: PullRequestMod

    github GitHub.Data.Options

    No documentation available.

Page 42 of many | Previous | Next