Impl

edu.gemini.grackle.generic.ScalaVersionSpecificGenericMappingLike.MkObjectCursorBuilder$.Impl
class Impl[T](tpe0: Type, fieldMap0: => FieldMap[T]) extends ObjectCursorBuilder[T]

Attributes

Source:
genericmapping3.scala
Graph
Supertypes
trait CursorBuilder[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def build(context: Context, focus: T, parent: Option[Cursor], env: Env): Result[Cursor]

Attributes

Source:
genericmapping3.scala
def transformField[U](fieldName: String)(f: T => Result[U])(implicit cb: => CursorBuilder[U]): ObjectCursorBuilder[T]

Attributes

Source:
genericmapping3.scala

Concrete fields

lazy val fieldMap: FieldMap[T]

Attributes

Source:
genericmapping3.scala
val tpe: Type

Attributes

Source:
genericmapping3.scala