toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.filesystem
/
FileSystemInterceptor
/
Chain
Chain
interface
Chain
<
I
:
Any
,
out
E
:
FileSystemOperationError
,
out
R
:
Any
>
(
source
)
Members
Properties
input
Link copied to clipboard
abstract
val
input
:
I
operation
Link copied to clipboard
abstract
val
operation
:
FileSystemOperation
<
I
,
E
,
R
>
Functions
proceed
Link copied to clipboard
abstract
fun
proceed
(
input
:
I
)
:
Either
<
E
,
R
>