Long_

aptus.`package`.Long_
final implicit class Long_(val nmbr: Long) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def assertRange(fromInclusive: Long, toExclusive: Long): Long
def assertRangeInclusive(fromInclusive: Long, toInclusive: Long): Long
def formatExplicit: String
def formatUsLocale: String
def isInBetween(fromInclusive: Long, toExclusive: Long): Boolean
def isInBetweenInclusive(fromInclusive: Long, toInclusive: Long): Boolean
def toInstant: Instant
def toLocalDate: LocalDate
def toLocalDateTime: LocalDateTime

Concrete fields

val nmbr: Long