jvmMain.EmptyRaptorSettings.kt Maven / Gradle / Ivy
package io.fluidsonic.raptor
import io.fluidsonic.raptor.RaptorSettings.*
internal object EmptyRaptorSettings : RaptorSettings {
override fun hasValue(path: String) =
false
override fun valueOrNull(path: String): Value? =
null
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy