public class LazyVar<T> extends Object implements Supplier<T>
public LazyVar(String name)
public T get() throws IllegalStateException
get in interface Supplier<T>IllegalStateExceptionpublic void set(T value) throws IllegalStateException
IllegalStateExceptionCopyright © 2015 Zalando SE. All rights reserved.