Success

sbt.internal.util.appmacro.Convert.Converted.Success
final case class Success(tree: Term, finalTransform: Term => Term) extends Converted

Members list

Value members

Inherited methods

def isSuccess: Boolean

Attributes

Inherited from:
Converted
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def transform(f: Term => Term): Converted

Attributes

Inherited from:
Converted