Packages

object Lazy

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lazy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[Real](metadata: ⇒ M[Real]): Lazy[Real]
  2. implicit macro def lazyMetadata[Real](implicit metadata: M[Real]): Lazy[Real]
  3. implicit def notFound[T](implicit forNotLazy: ImplicitNotFound[M[T]]): ImplicitNotFound[Lazy[T]]
    Annotations
    @implicitNotFound( "#{forNotLazy}" )