Key

trait Key extends Any => Any

Key is a key locator function.

Companion
object
trait Any => Any
class Object
trait Matchable
class Any

Value members

Inherited methods

@unspecialized
def andThen[A](g: Any => A): Any => A
Inherited from
Function1
def apply(v1: Any): Any
Inherited from
Function1
@unspecialized
def compose[A](g: A => Any): A => Any
Inherited from
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1