tryGet

abstract fun <T : Any> tryGet(convert: TreeLikeData.() -> T): T?

Attempt to convert this value using the given convert function and return the converted value if it succeeds or null if it fails.

This method is intended to be fed with any of the asXXX properties or methods.