Factory

sealed external interface Factory<T : Any, in L : Any, in O : Any>(source)

Inheritors

Functions

Link copied to clipboard
open fun from(value: T, options: O = definedExternally): T
open fun from(value: L, options: O = definedExternally): T
open fun from(value: String, options: O = definedExternally): T