FileSystem

Functions

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