NodeObjectArrayBinding

com.tersesystems.blindsight.jsonld.NodeObjectArrayBinding
final case class NodeObjectArrayBinding[T](key: BindingKey)(implicit evidence$8: NodeMapper[T]) extends Binding

Used when you want to return an array of values but they are not list objects.

Attributes

Source:
Binding.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Binding
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def ->(values: Iterable[T]): NodeEntry

Attributes

Source:
Binding.scala
def bind(values: Iterable[T]): NodeEntry

Attributes

Source:
Binding.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product