Package io.vavr.concurrent
Interface FutureImpl.Computation<T>
-
- Enclosing class:
- FutureImpl<T>
private static interface FutureImpl.Computation<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(Task.Complete<T> complete, java.lang.Runnable updateThread)
-
-
-
Method Detail
-
execute
void execute(Task.Complete<T> complete, java.lang.Runnable updateThread) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-