com.kennycason.struktural.yaml.transform.ValueTransform.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struktural Show documentation
Show all versions of struktural Show documentation
Struktural - API Testing Made Easy - Kotlin
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