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 failureProcessResultstatic <T> ProcessResult<T>ProcessResult.success(T value) Create a successfulProcessResultMethod parameters in com.mrivanplays.process with type arguments of type ProcessResultModifier and TypeMethodDescriptionvoidCalled when allProccessesare done.voidResultedProcessesCompletion.whenDoneAsync(Consumer<Map<String, ProcessResult<T>>> callback) Called when allProcessesare done.