SynchronizedLazyPropertyWrapper
Content copied to clipboard
Similar to lazy { }
but uses a property instead of a lambda for building. Inspired by the SYNCHRONIZED
lazy implementation.
Constructors
Link copied to clipboard
fun <T, V : Any> SynchronizedLazyPropertyWrapper(wrappedProperty: ReadOnlyProperty<T, V>)
Content copied to clipboard