
com.avsystem.commons.derivation.DeferredInstance.scala Maven / Gradle / Ivy
The newest version!
package com.avsystem.commons
package derivation
trait DeferredInstance[T] {this: T =>
var underlying: T = _
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy