KeyOf

scalus.cardano.ledger.TaggedSortedStrictMap$package.TaggedSortedStrictMap.KeyOf
trait KeyOf[K, A] extends A => K

Attributes

Graph
Supertypes
trait A => K
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def andThen[A](g: K => A): A => A

Attributes

Inherited from:
Function1
def compose[A](g: A => A): A => K

Attributes

Inherited from:
Function1
override def toString(): 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
Function1 -> Any
Inherited from:
Function1

Inherited and Abstract methods

def apply(v1: A): K

Attributes

Inherited from:
Function1