IfMissing

sbt.internal.inc.IfMissing$
See theIfMissing companion trait
object IfMissing

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class Define(val useSecondaryCache: Boolean, define: => Unit) extends IfMissing

Attributes

Graph
Supertypes
trait IfMissing
class Object
trait Matchable
class Any
object Fail extends IfMissing

Attributes

Graph
Supertypes
trait IfMissing
class Object
trait Matchable
class Any
Self type
Fail.type

Value members

Concrete methods

def define(useSecondaryCache: Boolean, f: => Unit): IfMissing

f is expected to call ZincComponentManager.define.

f is expected to call ZincComponentManager.define.

Attributes