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

org.ekrich.config.impl.MergeableValue.scala Maven / Gradle / Ivy

The newest version!
package org.ekrich.config.impl

import org.ekrich.config.ConfigMergeable
import org.ekrich.config.ConfigValue

trait MergeableValue extends ConfigMergeable {
  // converts a Config to its root object and a ConfigValue to itself
  def toFallbackValue: ConfigValue
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy