TaggedOrderedSet

scalus.cardano.ledger.TaggedOrderedSet$package.TaggedOrderedSet

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

inline def apply[A](s: SortedSet[A]): TaggedOrderedSet[A]
def apply[A : Ordering](elems: A*): TaggedOrderedSet[A]

Creates a TaggedOrderedSet with the specified elements.

Creates a TaggedOrderedSet with the specified elements.

Type parameters

A

the type of the TaggedOrderedSet's elements

Value parameters

elems

the elements of the created TaggedOrderedSet

Attributes

Returns

a new TaggedOrderedSet with elements elems

inline def empty[A : Ordering]: TaggedOrderedSet[A]
def from[A : Ordering](it: IterableOnce[A]): TaggedOrderedSet[A]

Givens

Givens

given given_Decoder_TaggedOrderedSet[A : Ordering]: given_Decoder_TaggedOrderedSet[A]
given given_Encoder_TaggedOrderedSet[A : Encoder]: given_Encoder_TaggedOrderedSet[A]

Extensions

Extensions

extension [A](s: TaggedOrderedSet[A])
inline def toSeq: Seq[A]

Converts a TaggedOrderedSet to a Seq

Converts a TaggedOrderedSet to a Seq

Attributes

inline def toSortedSet: SortedSet[A]

Converts a TaggedOrderedSet to a SortedSet

Converts a TaggedOrderedSet to a SortedSet

Attributes