GenericElement

inline fun <T : Any> GenericElement(value: T): GenericElement(source)

Convenience function for creating a GenericElement from a value of type T.

Report a problem


inline fun <T : Any> GenericElement(map: Map<String, T>): GenericElement(source)

Create an object node GenericElement from the given map.

Report a problem


Create an object node GenericElement from the given entries.

Report a problem