Packages

p

pureconfig

derivation

package derivation

Type Members

  1. trait LazyContextParser extends AnyRef

    Encapsulates the logic to parse Scala syntax trees genetrated by Lazy, providing a high-level way to navigate through such a tree.

    Encapsulates the logic to parse Scala syntax trees genetrated by Lazy, providing a high-level way to navigate through such a tree. The code on this class is heavily-dependent on the implementation details of Lazy.

  2. trait MacroCompat extends AnyRef

    An API for macro operations that require access to macro or even compiler internals.

    An API for macro operations that require access to macro or even compiler internals. Since they rely on non-public APIs, the code may be distinct between Scala major versions and even between minor versions.

Ungrouped