scala.reflect.api.Universe$Liftable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quasiquotes_2.10.4 Show documentation
Show all versions of quasiquotes_2.10.4 Show documentation
Empowers production Scala compiler with latest macro developments
The newest version!
package scala.reflect.api;
public abstract interface Universe$Liftable
{
public abstract Trees.TreeApi apply(T x);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy