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. case class FieldPath(name: String with Name, parent: PathOrRoot) extends Path with Product with Serializable

    Permalink
  3. sealed trait Path extends PathOrRoot

    Permalink
  4. implicit final class PathHelper extends AnyVal

    Permalink
  5. sealed trait PathOrRoot extends AnyRef

    Permalink

Value Members

  1. object FieldPath extends Serializable

    Permalink
  2. object Path

    Permalink
  3. object PathMacro

    Permalink
  4. object Root extends PathOrRoot with Product with Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped