SetBinding

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

TODO fill this out

Attributes

T

the node mapper type class instance

key

the binding key

See also:
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 ->(value: Iterable[T]): NodeEntry

Attributes

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

Attributes

Source:
Binding.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product