MetaInfo

interface MetaInfo

Additional static (designed to be immutable) info for library primitives like IState etc. Users may extend this interface to add their own MetaInfo implementations. Users may combine multiple MetaInfo derived interfaces into single object or use CompositeMetaInfo instead.

Inheritors

Functions

Link copied to clipboard
inline fun <M : MetaInfo> MetaInfo?.findMetaInfo(): M?

Helper method for getting MetaInfo of specified type