Searched refs:mLazy (Results 1 – 1 of 1) sorted by relevance
35 protected Optional<T> mLazy = Optional.empty(); field in IoStatsTracker.Lazy40 if (!mLazy.isPresent()) { in get()41 mLazy = Optional.of(supply()); in get()43 return mLazy.get(); in get()