Artifact

final case class Artifact(key: String, default: Ex[URI]) extends WithDefault[URI] with ProductWithAdjuncts
Companion:
object
trait Serializable
trait ProductWithAdjuncts
trait WithDefault[URI]
trait Like[URI]
trait Sink[URI]
trait Ex[URI]
trait Flow
trait Lazy
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Types

type Repr[T <: Txn[T]] = IExpr[T, URI]

Value members

Concrete methods

def adjuncts: List[Adjunct]
def set(in: Ex[URI]): Act
def update(in: Ex[URI]): Unit
def updateOption(in: Ex[Option[URI]]): Unit

Inherited methods

final def expand[T <: Txn[LazyRef(...)]](implicit ctx: Context[T], tx: T): Repr[T]
Inherited from:
Lazy
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def transform(f: Ex[URI] => Ex[URI]): Act
Inherited from:
WithDefault

Inherited fields

@transient
final protected val ref: Object
Inherited from:
Lazy