execute

abstract fun <I : Any, E : FileSystemOperationError, R : Any> execute(operation: FileSystemOperation<I, E, R>, input: I): Either<E, R>(source)