FromMap

implicit implicit class FromMap[U, V](m: Map[U, V]) extends InputAssignment[U, V]

An implicit class converting a map into an input assignment.

Value parameters:
m

hash map

trait InputAssignment[U, V]
trait U => V
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(u: U): V
override def toString: String
Definition Classes
Function1 -> Any

Inherited methods

@unspecialized
def andThen[A](g: V => A): U => A
Inherited from:
Function1
@unspecialized
def compose[A](g: A => U): A => V
Inherited from:
Function1