toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem
/
FileSystemInterceptor
File
System
Interceptor
interface
FileSystemInterceptor
(
source
)
Inheritors
GlobalLockFileSystemInterceptor
LoggingFileSystemInterceptor
Members
Types
Chain
Link copied to clipboard
interface
Chain
<
I
:
Any
,
out
E
:
FileSystemOperationError
,
out
R
:
Any
>
Functions
intercept
Link copied to clipboard
abstract
fun
<
I
:
Any
,
E
:
FileSystemOperationError
,
R
:
Any
>
intercept
(
chain
:
FileSystemInterceptor.Chain
<
I
,
E
,
R
>
)
:
Either
<
E
,
R
>