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 newResultedProcessfrom aSupplierMethods in com.mrivanplays.process with parameters of type ResultedProcessModifier and TypeMethodDescriptionfinal <T> ResultedProcessesCompletion<T>ProcessScheduler.runProcesses(ResultedProcess<T>... processes) Runs all the specifiedResultedProcesswhilst also returning aResultedProcessesCompletion.