Synthetic

izumi.distage.model.plan.operations.OperationOrigin$.Synthetic
sealed trait Synthetic extends OperationOrigin

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Unknown.type

Members list

Concise view

Value members

Concrete methods

final override def toSynthetic: Synthetic

Attributes

Definition Classes

Inherited methods

final def fold[A](onUnknown: => A, onDefined: Binding => A): A

Attributes

Inherited from:
OperationOrigin
final def foldPartial[A](onUnknown: => A, onDefined: PartialFunction[Binding, A]): A

Attributes

Inherited from:
OperationOrigin
final def toSourceFilePosition: SourceFilePosition

Attributes

Inherited from:
OperationOrigin