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.runtime/RichBoolean

RichBoolean

scala.runtime.RichBoolean
finalclassRichBoolean(valself:Boolean) extendsAnyVal,OrderedProxy[Boolean]

Attributes

Source
RichBoolean.scala
Graph
Supertypes
traitTyped[Boolean]
traitProxy
classObject
classAnyVal
traitMatchable
classAny
Show all

Members list

Value members

Inherited methods

def<(that:Boolean):Boolean

Returns true ifthis is less thanthat

Returns true ifthis is less thanthat

Attributes

Inherited from:
Ordered
Source
Ordered.scala
def<=(that:Boolean):Boolean

Returns true ifthis is less than or equal tothat.

Returns true ifthis is less than or equal tothat.

Attributes

Inherited from:
Ordered
Source
Ordered.scala
def>(that:Boolean):Boolean

Returns true ifthis is greater thanthat.

Returns true ifthis is greater thanthat.

Attributes

Inherited from:
Ordered
Source
Ordered.scala
def>=(that:Boolean):Boolean

Returns true ifthis is greater than or equal tothat.

Returns true ifthis is greater than or equal tothat.

Attributes

Inherited from:
Ordered
Source
Ordered.scala

Result of comparingthis with operandthat.

Result of comparingthis with operandthat.

Implement this method to determine how instances of A will be sorted.

Returnsx where:

  • x < 0 whenthis < that

  • x == 0 whenthis == that

  • x > 0 whenthis > that

Attributes

Inherited from:
OrderedProxy
Source
ScalaNumberProxy.scala

Result of comparingthis with operandthat.

Result of comparingthis with operandthat.

Attributes

Inherited from:
Ordered
Source
Ordered.scala
overridedeftoString:String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Inherited from:
Proxy
Source
Proxy.scala

Concrete fields

Attributes

Source
RichBoolean.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp