Mapping

io.taig.enumeration.ext.Mapping$
See theMapping companion class
object Mapping

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Mapping.type

Members list

Value members

Concrete methods

inline def apply[A, B](using mapping: Mapping[A, B]): Mapping[A, B]
def enumeration[A, B](f: A => B)(using evidence$1: Hash[B], values: Aux[A, A]): Mapping[A, B]