TypedItem

works.iterative.forms.TypedItem
See theTypedItem companion object
final case class TypedItem(key: FormKey, id: String, tpe: String, content: FormContent)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def first[T <: FormValue : ClassTag](key: FormKey): Option[T]
def firstFile(key: FormKey): Option[FileRef]
def firstString(key: FormKey): Option[String]
def firstStringOrElse(key: FormKey, default: => String): String
def get(key: FormKey): Seq[FormValue]
def get(key: AbsolutePath): Seq[FormValue]
def getAs[T <: FormValue : ClassTag](key: FormKey): Seq[T]
def items(key: FormKey): Seq[TypedItem]
def stringItems(key: FormKey, tpe: String): Seq[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields