Defined

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Concrete methods

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