Skip to content
scalive
Menu
ConnectingLiveReconnectingOffline
GitHub
c

FieldIssues

class FieldIssues

A non-empty, ordered collection of field issues.

Defined by scalive.FieldIssues. View source (scalive/api/src/scalive/forms/FormErrors.scala:7-16)

Methods3

++

def ++(other: FieldIssues): FieldIssues

Defined by scalive.FieldIssues.++. View source (scalive/api/src/scalive/forms/FormErrors.scala:10-10)

equals

def equals(other: Any): Boolean

Defined by scalive.FieldIssues.equals. View source (scalive/api/src/scalive/forms/FormErrors.scala:12-14)

hashCode

def hashCode(): Int

Defined by scalive.FieldIssues.hashCode. View source (scalive/api/src/scalive/forms/FormErrors.scala:16-16)

Values1

all

val all: Vector[FieldIssue]

Defined by scalive.FieldIssues.all. View source (scalive/api/src/scalive/forms/FormErrors.scala:7-7)