contains

open operator fun contains(path: Path): Boolean

Whether this source contains value(s) in specified path or not.

Return

true if this source contains value(s) in specified path, false otherwise

Parameters

path

item path

open operator fun contains(prefix: String): Boolean

Whether this source contains value(s) with specified prefix or not.

Return

true if this source contains value(s) with specified prefix, false otherwise

Parameters

prefix

item prefix