FacetReader

data class FacetReader<Output>(val id: Int, val default: Output)

A facet reader can be used to fetch the value of a facet.

Constructors

Link copied to clipboard
constructor(id: Int, default: Output)

Properties

Link copied to clipboard
Link copied to clipboard
val id: Int