TestFileSystem

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
fun interface OperationHandler<in I : Any, out E : FileSystemOperationError, out R : Any>

Functions

Link copied to clipboard
open fun close()
Link copied to clipboard
open override fun <I : Any, E : FileSystemOperationError, R : Any> execute(operation: FileSystemOperation<I, E, R>, input: I): Either<E, R>
Link copied to clipboard
open override fun isOperationSupported(operation: FileSystemOperation<*, *, *>): Boolean
Link copied to clipboard