winter / io.jentz.winter / WinterTree / closeIfOpen

closeIfOpen

fun closeIfOpen(vararg path: Any): Boolean

Remove and dispose the object graph and its subgraphs stored in path if it is open.

Parameters

path - The path of the graph to dispose.

Return
true if given path was open otherwise false.