toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host-test-fixtures
/
at.released.weh.filesystem.test.fixtures
/
TestFileSystem
/
OperationHandler
Operation
Handler
fun
interface
OperationHandler
<
in
I
:
Any
,
out
E
:
FileSystemOperationError
,
out
R
:
Any
>
(
source
)
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
input
:
I
)
:
Either
<
E
,
R
>