syntax

meteor.syntax
See thesyntax companion trait
object syntax extends syntax

Attributes

Companion
trait
Graph
Supertypes
trait syntax
class Object
trait Matchable
class Any
Self type
syntax.type

Members list

Type members

Inherited classlikes

implicit class RichReadAttributeValue(av: AttributeValue)

Provide extension method(s) to read from a Java AttributeValue

Provide extension method(s) to read from a Java AttributeValue

Attributes

Inherited from:
syntax
Supertypes
class Object
trait Matchable
class Any
implicit class RichWriteAttributeValue[A](a: A)(implicit evidence$1: Encoder[A])

Provide extension method(s) to write to a Java AttributeValue

Provide extension method(s) to write to a Java AttributeValue

Attributes

Inherited from:
syntax
Supertypes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

final implicit def RichReadAttributeValue(av: AttributeValue): RichReadAttributeValue

Provide extension method(s) to read from a Java AttributeValue

Provide extension method(s) to read from a Java AttributeValue

Attributes

Inherited from:
syntax
final implicit def RichWriteAttributeValue[A : Encoder](a: A): RichWriteAttributeValue[A]

Provide extension method(s) to write to a Java AttributeValue

Provide extension method(s) to write to a Java AttributeValue

Attributes

Inherited from:
syntax