Mapping

io.taig.enumeration.ext.Mapping
See theMapping companion object
abstract class Mapping[A, B] extends Inject[A, B]

Attributes

Companion
object
Graph
Supertypes
class Inject[A, B]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def values: List[A]

Inherited methods

final def apply(a: A): B

Attributes

Inherited from:
Inject
def inj: A => B

Attributes

Inherited from:
Inject
def prj: B => Option[A]

Attributes

Inherited from:
Inject
final def unapply(b: B): Option[A]

Attributes

Inherited from:
Inject