Field

object Field
Companion:
class
Source:
Field.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Field.type

Type members

Inherited types

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def apply[P](value: P): Field[P]

Create Field with given value and FieldPath.Root path

Create Field with given value and FieldPath.Root path

Source:
Field.scala

Implicits

Implicits

final implicit def toErrorFieldOps[P, E](field: Field[P]): ErrorFieldOps[P, E]
final implicit def toFailFieldOps[P, V[_], E](field: Field[P]): FailFieldOps[P, V, E]