Package de.linusdev.lutils.async.completeable
package de.linusdev.lutils.async.completeable
-
ClassesClassDescriptionCompletableFuture<R,
S, T extends CompletableTask<R, S>> AFuturewhich can be completed with theCompletableFuture.complete(Object, Object, AsyncError)method.CompletableTask<R,S> ATask, which creates aCompletableFuturewhen started.