Package

io.univalence

typedpath

Permalink

package typedpath

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. typedpath
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ArrayPath(parent: Path) extends Path with Product with Serializable

    Permalink
  2. sealed trait FieldName extends AnyRef

    Permalink
  3. case class FieldPath(name: String with Name, parent: PathOrRoot) extends Path with Product with Serializable

    Permalink
  4. sealed trait Index extends IndexOrRoot

    Permalink
  5. sealed trait IndexOrRoot extends AnyRef

    Permalink
  6. sealed trait Path extends PathOrRoot

    Permalink
  7. implicit final class PathHelper extends AnyVal

    Permalink
  8. sealed trait PathOrRoot extends AnyRef

    Permalink

Value Members

  1. object FieldPath extends Serializable

    Permalink
  2. object Index

    Permalink
  3. object Path

    Permalink
  4. object PathMacro

    Permalink
  5. object Root extends PathOrRoot with IndexOrRoot with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped