Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.math/BigDecimal/RoundingMode

RoundingMode

scala.math.BigDecimal.RoundingMode

Attributes

Source
BigDecimal.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Type members

Inherited classlikes

protectedclassVal(i:Int,name:String) extendsValue,Serializable

A class implementing thescala.Enumeration.Value type.

A class implementing thescala.Enumeration.Value type. This class can be overridden to change the enumeration's naming and integer identification behaviour.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
Supertypes
classEnumeration.this.Value
classObject
traitMatchable
classAny
Show all

An ordering by id for values of this set

An ordering by id for values of this set

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
Supertypes
traitEquiv[Enumeration.this.Value]
classObject
traitMatchable
classAny
Show all

A class for sets of values.

A class for sets of values. Iterating through this set will yield values in increasing order of their ids.

Value parameters

nnIds

The set of ids of values (adjusted so that the lowest value does not fall below zero), organized as aBitSet.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
Supertypes
traitSet[Enumeration.this.Value]
traitSet[Enumeration.this.Value]
traitEquals
classObject
traitMatchable
classAny
Show all

A factory object for value sets

A factory object for value sets

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
Supertypes

Inherited and Abstract classlikes

abstractclassValue extendsOrdered[Value],Serializable

The type of the enumerated values.

The type of the enumerated values.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
Supertypes
classObject
traitMatchable
classAny
Show all
Known subtypes
classEnumeration.this.Val

Types

Attributes

Source
BigDecimal.scala

Value members

Inherited methods

final protecteddefValue(i:Int,name:String):Value

Creates a fresh value, part of this enumeration, calledname and identified by the integeri.

Creates a fresh value, part of this enumeration, calledname and identified by the integeri.

Value parameters

i

An integer that identifies this value at run-time. It must be unique amongst all values of the enumeration.

name

A human-readable name for that value.

Attributes

Returns

Fresh value with the provided identifieri and namename.

Inherited from:
Enumeration
Source
Enumeration.scala
final protecteddefValue(name:String):Value

Creates a fresh value, part of this enumeration, calledname.

Creates a fresh value, part of this enumeration, calledname.

Value parameters

name

A human-readable name for that value.

Attributes

Returns

Fresh value calledname.

Inherited from:
Enumeration
Source
Enumeration.scala
final protecteddefValue(i:Int):Value

Creates a fresh value, part of this enumeration, identified by the integeri.

Creates a fresh value, part of this enumeration, identified by the integeri.

Value parameters

i

An integer that identifies this value at run-time. It must be unique amongst all values of the enumeration.

Attributes

Returns

Fresh value identified byi.

Inherited from:
Enumeration
Source
Enumeration.scala
final protecteddefValue:Value

Creates a fresh value, part of this enumeration.

Creates a fresh value, part of this enumeration.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
finaldefapply(x:Int):Value

The value of this enumeration with given idx

The value of this enumeration with given idx

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
finaldefmaxId:Int

The one higher than the highest integer amongst those used to identify values in this enumeration.

The one higher than the highest integer amongst those used to identify values in this enumeration.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
protecteddefreadResolve():AnyRef

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
overridedeftoString:String

The name of this enumeration.

The name of this enumeration.

Attributes

Definition Classes
Inherited from:
Enumeration
Source
Enumeration.scala

The values of this enumeration as a set.

The values of this enumeration as a set.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
finaldefwithName(s:String):Value

Return aValue from thisEnumeration whose name matches the arguments.

Return aValue from thisEnumeration whose name matches the arguments. The names are determined automatically via reflection.

Value parameters

s

anEnumeration name

Attributes

Returns

theValue of thisEnumeration if its name matchess

Throws

NoSuchElementExceptionif noValue with a matching name is in thisEnumeration

Inherited from:
Enumeration
Source
Enumeration.scala

Concrete fields

Attributes

Source
BigDecimal.scala

Attributes

Source
BigDecimal.scala

Attributes

Source
BigDecimal.scala

Attributes

Source
BigDecimal.scala

Attributes

Source
BigDecimal.scala

Attributes

Source
BigDecimal.scala

Attributes

Source
BigDecimal.scala

Inherited fields

protectedvarnextId:Int

The integer to use to identify the next created value.

The integer to use to identify the next created value.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
protectedvarnextName:Iterator[String]

The string to use to name the next created value.

The string to use to name the next created value.

Attributes

Inherited from:
Enumeration
Source
Enumeration.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp