Uses of Interface
com.github.robtimus.os.windows.registry.TransactionalState.Callable
-
Uses of TransactionalState.Callable in com.github.robtimus.os.windows.registry
Methods in com.github.robtimus.os.windows.registry with parameters of type TransactionalState.CallableModifier and TypeMethodDescription<R, X extends Throwable>
RTransactionalState.call(TransactionalState.Callable<? extends R, X> action) Runs an action.