Lazy

smithy4s.Lazy
See theLazy companion object
final class Lazy[A](make: () => A)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[B](f: A => B): Lazy[B]

Concrete fields

lazy val value: A