IdMapBinding

com.tersesystems.blindsight.jsonld.IdMapBinding
See theIdMapBinding companion object
final case class IdMapBinding(key: BindingKey) extends Binding

Index map that maps node objects as values, using property based values.

In property-based data indexing, index maps can only be used on node objects, not value objects or graph objects, so there is no ValueMapper equivalent.

Attributes

T

a type class instance

key

the binding key for the map

Companion:
object
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: Input): NodeEntry

Attributes

Source:
Binding.scala
def bind(input: Input): NodeEntry

Attributes

Source:
Binding.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product