Package io.vavr.concurrent
Interface Task.Complete<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanwith(Try<? extends T> value)A function that takes aTry(success or failure) and returns the state of completion.
-