ListPagingItem

struct ListPagingItem : PagingItem, Hashable, Comparable

Paging item for checklist page holders

  • Checklist of this item

    Declaration

    Swift

    let list: Checklist
  • Implement Hashable

    Declaration

    Swift

    func hash(into hasher: inout Hasher)

    Parameters

    hasher

    Hasher

  • Equality operator

    Declaration

    Swift

    static func == (lhs: ListPagingItem, rhs: ListPagingItem) -> Bool

    Parameters

    lhs

    A thing

    rhs

    Another thing

    Return Value

    Equality

  • Less than operator

    Declaration

    Swift

    static func < (lhs: ListPagingItem, rhs: ListPagingItem) -> Bool

    Parameters

    lhs

    A thing

    rhs

    Another thing

    Return Value

    Comparison

  • Provide paging items for Checklist cases

    Declaration

    Swift

    static var pages: [ListPagingItem]