LazyConversions

Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit
def lazyParameter[T](value: => T)(using CanEqual[T, T]): Lazy[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
LazyConversions