SyntheticBinding

izumi.distage.model.plan.operations.OperationOrigin$.SyntheticBinding
final case class SyntheticBinding(binding: Binding) extends Defined with Synthetic

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Synthetic
trait Defined
class Object
trait Matchable
class Any

Members list

Concise view

Value members

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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toSourceFilePosition: SourceFilePosition

Attributes

Inherited from:
OperationOrigin
final override def toSynthetic: Synthetic

Attributes

Definition Classes
Inherited from:
Synthetic