TaggedSortedStrictMap
scalus.cardano.ledger.TaggedSortedStrictMap$package.TaggedSortedStrictMap
object TaggedSortedStrictMap extends TaggedSeq
Attributes
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
trait KeyOf[K, A] extends A => K
Attributes
- Supertypes
-
trait A => Kclass Objecttrait Matchableclass Any
Value members
Concrete methods
inline def apply[K : Ordering, A](s: A*)(using pv: ProtocolVersion = ...)(implicit evidence$1: Ordering[K], KeyOf[K, A]): TaggedSortedStrictMap[K, A]
def from[K : Ordering, A](s: IterableOnce[A])(using pv: ProtocolVersion = ...)(implicit evidence$1: Ordering[K], keyOf: KeyOf[K, A]): TaggedSortedStrictMap[K, A]
Givens
Givens
given given_Decoder_TaggedSortedStrictMap[K : Ordering, A : Decoder](using pv: ProtocolVersion = ...)(implicit evidence$1: Ordering[K], evidence$2: Decoder[A], KeyOf[K, A]): Decoder[TaggedSortedStrictMap[K, A]]
Extensions
Extensions
In this article