All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ammonite.interp.api.APIHolder.scala Maven / Gradle / Ivy

The newest version!
package ammonite.interp.api

class APIHolder[T >: Null <: AnyRef] {
  var value0: T = null
  implicit final lazy val value: T = value0
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy