CursorBuilder

grackle.generic.CursorBuilder
See theCursorBuilder companion object
trait CursorBuilder[T]

Attributes

Companion
object
Source
CursorBuilder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Impl[T]
class Impl[T]

Members list

Value members

Abstract methods

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

Attributes

Source
CursorBuilder.scala
def build(context: Context, focus: T, parent: Option[Cursor], env: Env): Result[Cursor]
Implicitly added by optionCursorBuiler

Attributes

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

Attributes

Source
CursorBuilder.scala
def tpe: Type
Implicitly added by listCursorBuiler

Attributes

Source
CursorBuilder.scala
def tpe: Type
Implicitly added by optionCursorBuiler

Attributes

Source
CursorBuilder.scala
def tpe: Type

Attributes

Source
CursorBuilder.scala

Concrete methods

final def contramap[A](f: A => T): CursorBuilder[A]
Implicitly added by listCursorBuiler

Apply a pre-processing function while fixing the Type of this CursorBuilder.

Apply a pre-processing function while fixing the Type of this CursorBuilder.

Attributes

Source
CursorBuilder.scala
final def contramap[A](f: A => T): CursorBuilder[A]
Implicitly added by optionCursorBuiler

Apply a pre-processing function while fixing the Type of this CursorBuilder.

Apply a pre-processing function while fixing the Type of this CursorBuilder.

Attributes

Source
CursorBuilder.scala
final def contramap[A](f: A => T): CursorBuilder[A]

Apply a pre-processing function while fixing the Type of this CursorBuilder.

Apply a pre-processing function while fixing the Type of this CursorBuilder.

Attributes

Source
CursorBuilder.scala