Input

com.tersesystems.blindsight.jsonld.IndexMapBinding$.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 optToInput[T : NodeMapper](input: Map[Option[String], T]): Input

Attributes

Source:
Binding.scala
implicit def optToSeqInput[T : NodeMapper](input: Map[Option[String], Seq[T]]): Input

Attributes

Source:
Binding.scala
implicit def toInput[T : NodeMapper](input: Map[String, T]): Input

Attributes

Source:
Binding.scala