Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@API(status = API.Status.EXPERIMENTAL, since = "4.1.0")
object NestedUtils
Link copied to clipboard
abstract class PropertyFinder<R>(keyMode: PropertyFinder.KeyMode = KeyMode.CAPITAL_TO_DOT)

A helper class which when inherited will create a map of properties with type R. This map will allow searching via the given KeyMode format.

Functions

Link copied to clipboard
fun File.size(): Long
fun Path.size(): Long