Companion

object Companion

Functions

Link copied to clipboard
fun create(value: Any?): ValueWrapper

Factory for creating a new ValueWrapper for the supplied value.

fun create(value: Any?, stringRepresentation: String?): ValueWrapper

Factory for creating a new ValueWrapper for the supplied value using the supplied custom stringRepresentation.