Field

case class Field[P]
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map[B](f: P => B): Field[B]
inline def sub[S](inline selector: P => S): Field[S]
def sub[S](subName: String, value: S): Field[S]
override def toString: String
Definition Classes
Any
def withName(name: String): Field[P]
def withPath(path: FieldPath): Field[P]
def withValue[V](value: V): Field[V]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

val fullPath: String
val name: String

Givens