Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
c

FormValues

class FormValues(values: Vector[String])

Defined by scalive.FormValues. View source (scalive/api/src/scalive/forms/FormData.scala:98-100)

Methods1

value

def value: String

The last value, or the empty string when there are no values.

Defined by scalive.FormValues.value. View source (scalive/api/src/scalive/forms/FormData.scala:100-100)

Values1

values

val values: Vector[String]

Defined by scalive.FormValues.values. View source (scalive/api/src/scalive/forms/FormData.scala:98-98)