Yes

data class Yes(val value: Any?) : DynamicObjectMaker.Answer

Answer to return when DynamicObjectMaker wants to create the object. The included value will be cached and used for the provided dependencyKey

Constructors

Link copied to clipboard
fun Yes(value: Any?)

Properties

Link copied to clipboard
val value: Any?