Uses of Interface
dev.getelements.elements.rt.transact.unix.UnixFSUtils.IOOperation
Packages that use UnixFSUtils.IOOperation
-
Uses of UnixFSUtils.IOOperation in dev.getelements.elements.rt.transact.unix
Methods in dev.getelements.elements.rt.transact.unix with parameters of type UnixFSUtils.IOOperationModifier and TypeMethodDescription<T> TUnixFSUtils.doOperation(UnixFSUtils.IOOperation<T> action) Performs and operation that may throw an instance ofIOException, and re-throws it wrapped inside of aInternalException.<T,ExceptionT extends InternalException>
TUnixFSUtils.doOperation(UnixFSUtils.IOOperation<T> action, Function<Throwable, ExceptionT> exceptionTFunction) Performs and operation that may throw an instance ofIOException, and re-throws it wrapped inside of aInternalException.