T
- The type of value in the lazy value.public class LazyValue<T> extends Object implements Supplier<T>
public LazyValue(@Nonnull Callable<T> f)
f
- The callable responsible for providing the lazy value. The
callable's Callable.call()
method cannot return
null
.Copyright © 2013 GroupLens Research. All Rights Reserved.