ValidatingField

net.reactivecore.cjs.restriction.ValidatingField
See theValidatingField companion object
final case class ValidatingField[T, V](value: T) extends AnyVal

A Single field inside a Restriction

Attributes

T

type of data field

V

tagging type which is used to figure out Validator (usually the Validator itself)

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product