LazyContainer

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T <: Container](factory: => T): LazyContainer[T]

Implicits

Implicits

implicit def containerToLazyContainer[T <: Container](container: => T): LazyContainer[T]