Int_

aptus.`package`.Int_
final implicit class Int_(val nmbr: Int) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def add(n: Int): Int
def append(suffix: String): String
def assertRange(fromInclusive: Int, toExclusive: Int): Int
def assertRangeInclusive(fromInclusive: Int, toInclusive: Int): Int
def colon(s: String): String
def divideBy(n: Int): Int
def divideBy(n: Number): Double
def formatExplicit: String
def formatUsLocale: String
def isInBetween(fromInclusive: Int, toExclusive: Int): Boolean
def isInBetweenInclusive(fromInclusive: Int, toInclusive: Int): Boolean
def multiplyBy(n: Int): Int
def multiplyBy(n: Number): Double
def newline(s: String): String
def padLeft(length: Int): String
def padLeft(length: Int, char: Char): String
def prepend(prefix: String): String
def subtract(n: Int): Int
def tab(s: String): String
def toLocalDate: LocalDate
def toLocalDateTime: LocalDateTime

Concrete fields

val nmbr: Int