Input

com.tersesystems.blindsight.jsonld.TypeMapBinding$.Input$
See theInput companion class
object Input

Attributes

Companion:
class
Source:
Binding.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Input.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit def optionKeyInput[I : IRIValueMapper, T : NodeObjectMapper](elements: Map[Option[I], T]): Input

Attributes

Source:
Binding.scala
implicit def optionKeySeqInput[I : IRIValueMapper, T : NodeObjectMapper](elements: Map[Option[I], Seq[T]]): Input

Attributes

Source:
Binding.scala
implicit def seqInput[I : IRIValueMapper, T : NodeObjectMapper](elements: Map[I, Seq[T]]): Input

Attributes

Source:
Binding.scala
implicit def straightMap[I : IRIValueMapper, T : NodeObjectMapper](elements: Map[I, T]): Input

Attributes

Source:
Binding.scala