IndexMapBinding

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

Index map that maps node objects as values.

Because this is an index map, the keys here are strings rather than binding keys.

Attributes

T

a type class instance

key

the binding key for the map

See also:
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 ->(input: 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