InstantRange

org.beangle.data.model.pojo.InstantRange

具有时间范围的实体

开始和结束都在有效时间范围内

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def within(time: Instant): Boolean

Concrete fields

var beginAt: Instant

起始时间

起始时间

Attributes

var endAt: Instant

结束时间

结束时间

Attributes