convenient typealias PaginationWrapperType
This commit is contained in:
parent
4507f8cd5d
commit
5d206ea718
|
|
@ -70,3 +70,12 @@ public extension PaginationWrapperDelegate {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
public extension PaginationWrapperDelegate
|
||||
where DataSourceType: ResettableRxDataSourceCursor,
|
||||
DataSourceType.ResultType == [DataSourceType.Element] {
|
||||
|
||||
/// Convenient typealias.
|
||||
typealias PaginationWrapperType = PaginationWrapper<DataSourceType, Self>
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue