Uses of Interface
dev.getelements.elements.rt.transact.unix.UnixFSUtils.IOOperationV
Packages that use UnixFSUtils.IOOperationV
-
Uses of UnixFSUtils.IOOperationV in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSUtils.IOOperationVModifier and TypeMethodDescriptionvoid
UnixFSUtils.doOperationV
(UnixFSUtils.IOOperationV action) Performs an IO Operation which may throw, catching the exception and wrapping it in the type specified in the function.<ExceptionT extends InternalException>
voidUnixFSUtils.doOperationV
(UnixFSUtils.IOOperationV action, Function<Throwable, ExceptionT> exceptionTFunction) Performs an IO Operation which may throw, catching the exception and wrapping it in the type specified in the function.