YamlNumber

shampoo.yaml.YamlNumber
See theYamlNumber companion trait
object YamlNumber

Provides YAML number constructor.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
YamlNumber.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(value: Int): YamlNumber

Constructs YAML number.

Constructs YAML number.

Value parameters

value

int

Attributes

def apply(value: Long): YamlNumber

Constructs YAML number.

Constructs YAML number.

Value parameters

value

long

Attributes

def apply(value: Float): YamlNumber

Constructs YAML number.

Constructs YAML number.

Value parameters

value

float

Attributes

def apply(value: Double): YamlNumber

Constructs YAML number.

Constructs YAML number.

Value parameters

value

double

Attributes

def apply(value: BigInt): YamlNumber

Constructs YAML number.

Constructs YAML number.

Value parameters

value

big int

Attributes

def apply(value: BigDecimal): YamlNumber

Constructs YAML number.

Constructs YAML number.

Value parameters

value

big decimal

Attributes