Package-level declarations

Types

Link copied to clipboard
interface FRBaseEnum<T>

A interface for converting from a value of any type to an Enum class.

Functions

Link copied to clipboard
inline fun <EnumT : Enum<EnumT>, FRBaseEnum<TypeT>, TypeT> valueOf(value: TypeT, defaultValue: EnumT): EnumT

Convert from a value of any type to an Enum class.

Link copied to clipboard

Convert from a value of any type to an Enum class.