scalajs-dynamodb-shared
scalajs-dynamodb-shared
facade.amazonaws.services.dynamodb.shared
AttributeValue
AttributeValue
AttributeValueMapper
AttributeValueMapper
scalajs-dynamodb-shared
/
facade.amazonaws.services.dynamodb.shared
/
AttributeValueMapper
AttributeValueMapper
case
class
AttributeValueMapper
[T](name:
String
, toJSAny:
T
=>
Any
) extends
T
=>
AttributeValue
Companion
object
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
T
=>
AttributeValue
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
override
def
apply
(t:
T
):
AttributeValue
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