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