asLazy

public final static Lazy<T> asLazy<T extends Any>(Supplier<T> $self)(source)

Returns the given supplier as a Lazy.