Uses of Class
com.mrivanplays.process.ResultedProcess
-
Uses of ResultedProcess in com.mrivanplays.process
Methods in com.mrivanplays.process that return ResultedProcessModifier and TypeMethodDescriptionstatic <T> ResultedProcess<T>
ResultedProcess.fromSupplier
(String identifier, Supplier<T> supplier) Creates a newResultedProcess
from aSupplier
Methods in com.mrivanplays.process with parameters of type ResultedProcessModifier and TypeMethodDescriptionfinal <T> ResultedProcessesCompletion<T>
ProcessScheduler.runProcesses
(ResultedProcess<T>... processes) Runs all the specifiedResultedProcess
whilst also returning aResultedProcessesCompletion
.