invoke

abstract operator fun invoke(path: PathLike, options: Nothing? = definedExternally): Stats(source)
abstract operator fun invoke(path: PathLike, options: StatSyncFnSimpleOptions = definedExternally): Stats?(source)
abstract operator fun invoke(path: PathLike, options: StatSyncFnBigIntOptions): BigIntStats?(source)
abstract operator fun invoke(path: PathLike, options: StatSyncFnSimpleThrowIfNoEntryOptions = definedExternally): Stats(source)
abstract operator fun invoke(path: PathLike, options: StatSyncFnOptions): Any(source)
abstract operator fun invoke(path: PathLike, options: StatSyncOptions = definedExternally): Any?(source)