org.beangle.commons.collection.page

Members list

Type members

Classlikes

trait Limit

查询中的数目限制

查询中的数目限制

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class PageLimit
object Page

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Page.type
trait Page[E] extends Seq[E]

分页对象

分页对象

Attributes

Companion
object
Supertypes
trait Seq[E]
trait SeqOps[E, Seq, Seq[E]]
trait Seq[E]
trait Equals
trait SeqOps[E, Seq, Seq[E]]
trait PartialFunction[Int, E]
trait Int => E
trait Iterable[E]
trait Iterable[E]
trait IterableFactoryDefaults[E, Seq]
trait IterableOps[E, Seq, Seq[E]]
trait IterableOnceOps[E, Seq, Seq[E]]
trait IterableOnce[E]
class Object
trait Matchable
class Any
Show all
Known subtypes
class PagedSeq[E]
class SinglePage[E]
object PageLimit

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
PageLimit.type
class PageLimit(val pageIndex: Int, val pageSize: Int) extends Limit

查询分页限制

查询分页限制

Attributes

Companion
object
Supertypes
trait Limit
class Object
trait Matchable
class Any
object PagedSeq

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
PagedSeq.type
class PagedSeq[E](val datas: Seq[E], limit: PageLimit) extends Page[E]

PagedSeq class.

PagedSeq class.

Attributes

Companion
object
Supertypes
trait Page[E]
trait Seq[E]
trait SeqOps[E, Seq, Seq[E]]
trait Seq[E]
trait Equals
trait SeqOps[E, Seq, Seq[E]]
trait PartialFunction[Int, E]
trait Int => E
trait Iterable[E]
trait Iterable[E]
trait IterableFactoryDefaults[E, Seq]
trait IterableOps[E, Seq, Seq[E]]
trait IterableOnceOps[E, Seq, Seq[E]]
trait IterableOnce[E]
class Object
trait Matchable
class Any
Show all
class SinglePage[E](val pageIndex: Int, val pageSize: Int, val totalItems: Int, val items: Seq[E]) extends Page[E]

分页对象

分页对象

Attributes

Supertypes
trait Page[E]
trait Seq[E]
trait SeqOps[E, Seq, Seq[E]]
trait Seq[E]
trait Equals
trait SeqOps[E, Seq, Seq[E]]
trait PartialFunction[Int, E]
trait Int => E
trait Iterable[E]
trait Iterable[E]
trait IterableFactoryDefaults[E, Seq]
trait IterableOps[E, Seq, Seq[E]]
trait IterableOnceOps[E, Seq, Seq[E]]
trait IterableOnce[E]
class Object
trait Matchable
class Any
Show all