package com.linkedin.venice.utils.lazy
-
-
This utility provides lazy initialization for a wrapped object.
Fork of the LazyInitializer with some additional APIs.
This, like
Lazy, implements the same API as
Optional and provides
late initialization for its content.