Uses of Class
com.mrivanplays.process.ProcessResult
-
Uses of ProcessResult in com.mrivanplays.process
Methods in com.mrivanplays.process that return ProcessResultModifier and TypeMethodDescriptionstatic <T> ProcessResult<T>
ProcessResult.failure
(ProcessException error) Create a failureProcessResult
static <T> ProcessResult<T>
ProcessResult.success
(T value) Create a successfulProcessResult
Method parameters in com.mrivanplays.process with type arguments of type ProcessResultModifier and TypeMethodDescriptionvoid
Called when allProccesses
are done.void
ResultedProcessesCompletion.whenDoneAsync
(Consumer<Map<String, ProcessResult<T>>> callback) Called when allProcesses
are done.