Uses of Class
com.mrivanplays.process.ProcessException
-
Uses of ProcessException in com.mrivanplays.process
Methods in com.mrivanplays.process that return types with arguments of type ProcessExceptionModifier and TypeMethodDescriptionProcessResult.getError()
Returns theProcessException
error if present.Methods in com.mrivanplays.process with parameters of type ProcessExceptionModifier and TypeMethodDescriptionstatic <T> ProcessResult<T>
ProcessResult.failure
(ProcessException error) Create a failureProcessResult
Method parameters in com.mrivanplays.process with type arguments of type ProcessExceptionModifier and TypeMethodDescriptionstatic void
ProcessesCompletion.whenAllDone
(boolean async, Consumer<Set<ProcessException>> callback, ProcessesCompletion... completions) Runs the specifiedcallback
when all the specifiedcompletions
complete.void
ProcessesCompletion.whenDone
(Consumer<Set<ProcessException>> callback) Called when allProccesses
are done.void
ProcessesCompletion.whenDoneAsync
(Consumer<Set<ProcessException>> callback) Called when allProcesses
are done.