Lazy

org.finos.morphir.meta.Lazy$
See theLazy companion class
object Lazy extends LazyCompat

Attributes

Companion
class
Graph
Supertypes
trait LazyCompat
class Object
trait Matchable
class Any
Self type
Lazy.type

Members list

Value members

Concrete methods

def apply[A](a: => A): Lazy[A]

Implicits

Inherited implicits

implicit def gen[A](implicit A: => A): Lazy[A]

Attributes

Inherited from:
LazyCompat