RichWriteAttributeValue

meteor.syntax.RichWriteAttributeValue
implicit class RichWriteAttributeValue[A](a: A)(implicit evidence$1: Encoder[A])

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def asAttributeValue: AttributeValue

Write value of type A to an AttributeValue given an meteor.codec.Encoder of A in scope.

Write value of type A to an AttributeValue given an meteor.codec.Encoder of A in scope.

Attributes