LazyParameters

Companion:
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def lazyParameter[T](value: => T): LazyParameter[T]

transform a value to a zero-arg function returning that value

transform a value to a zero-arg function returning that value

Inherited from:
LazyParameters