Run

trait Run[Keyword, Domain, Value] extends Keyword => Domain
Companion
object
trait Keyword => Domain
class Object
trait Matchable
class Any

Value members

Inherited methods

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