StatSyncFn

sealed external interface StatSyncFn(source)

Functions

Link copied to clipboard
abstract operator fun invoke(path: PathLike, options: Nothing? = definedExternally): Stats
abstract operator fun invoke(path: PathLike, options: StatSyncFnBigIntOptions): BigIntStats?
abstract operator fun invoke(path: PathLike, options: StatSyncFnBigIntThrowIfNoEntryOptions): BigIntStats
abstract operator fun invoke(path: PathLike, options: StatSyncFnOptions): Any
abstract operator fun invoke(path: PathLike, options: StatSyncFnSimpleOptions = definedExternally): Stats?
abstract operator fun invoke(path: PathLike, options: StatSyncFnSimpleThrowIfNoEntryOptions = definedExternally): Stats
abstract operator fun invoke(path: PathLike, options: StatSyncOptions = definedExternally): Any?