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/PartiallyOrdered

PartiallyOrdered

scala.math.PartiallyOrdered

A class for partially ordered data.

Attributes

Source
PartiallyOrdered.scala
Graph
Supertypes
classAny

Members list

Type members

Value members

Abstract methods

Result of comparingthis with operandthat.

Result of comparingthis with operandthat. ReturnsNone if operands are not comparable. If operands are comparable, returnsSome(x) where -x < 0 iffthis < that -x == 0 iffthis == that -x > 0 iffthis > that

Attributes

Source
PartiallyOrdered.scala

Concrete methods

def<[B >:A :AsPartiallyOrdered](that:B):Boolean

Attributes

Source
PartiallyOrdered.scala
def<=[B >:A :AsPartiallyOrdered](that:B):Boolean

Attributes

Source
PartiallyOrdered.scala
def>[B >:A :AsPartiallyOrdered](that:B):Boolean

Attributes

Source
PartiallyOrdered.scala
def>=[B >:A :AsPartiallyOrdered](that:B):Boolean

Attributes

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

[8]ページ先頭

©2009-2025 Movatter.jp