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

encrywm.lib.predef.env.ESEnvConvertable.scala Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package encrywm.lib.predef.env

import encrywm.backend.env.{ESObject, ESValue}
import encrywm.lib.Types.{ESProduct, ESType}

trait ESEnvConvertable {
  val esType: ESProduct
  def asVal: ESValue
  def convert: ESObject
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy