AttributeValueMapper

case
class AttributeValueMapper[T](name: String, toJSAny: T => Any) extends T => AttributeValue
Companion
object
trait Serializable
trait Product
trait Equals
trait T => AttributeValue
class Object
trait Matchable
class Any

Value members

Concrete methods

override
Definition Classes
Function1

Inherited methods

@unspecialized
def andThen[A](g: AttributeValue => A): T => A
Implicitly added by AttributeValueTypeMapT
Inherited from
Function1
@unspecialized
def andThen[A](g: AttributeValue => A): T => A
Implicitly added by AttributeValueTypeSeqT
Inherited from
Function1
@unspecialized
def andThen[A](g: AttributeValue => A): T => A
Inherited from
Function1
@unspecialized
def compose[A](g: A => T): A => AttributeValue
Implicitly added by AttributeValueTypeMapT
Inherited from
Function1
@unspecialized
def compose[A](g: A => T): A => AttributeValue
Implicitly added by AttributeValueTypeSeqT
Inherited from
Function1
@unspecialized
def compose[A](g: A => T): A => AttributeValue
Inherited from
Function1
def productElementNames: Iterator[String]
Implicitly added by AttributeValueTypeMapT
Inherited from
Product
def productElementNames: Iterator[String]
Implicitly added by AttributeValueTypeSeqT
Inherited from
Product
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Implicitly added by AttributeValueTypeMapT
Inherited from
Product
def productIterator: Iterator[Any]
Implicitly added by AttributeValueTypeSeqT
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString(): String
Definition Classes
Function1 -> Any
Inherited from
Function1