- java.lang.Object
-
- uk.co.real_logic.artio.util.Lazy<T>
-
-
Constructor Summary
Constructors
| Constructor and Description |
Lazy(java.util.function.Supplier<T> factory) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
get
public T get()
- Specified by:
get in interface java.util.function.Supplier<T>
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.