gh-pages / com.nextfaze.devfun.reference / withProperties

withProperties

inline fun <reified T : Any> ReferenceDefinition.withProperties(): T? (source)

Utility function to potentially get the properties of a ReferenceDefinition of type T.

Return Properties of type T, or null if definition does not have properties or type is not of type T.

See Also

getProperties

WithProperties