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