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

com.kennycason.struktural.yaml.transform.ValueTransform.kt Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package com.kennycason.struktural.yaml.transform

/**
 * Created by kenny on 5/26/17.
 */
interface ValueTransform {
    fun transform(value: Any): Any
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy