Package io.vavr.concurrent
Interface Task.SyncTask<T>
- Type Parameters:
T- result type
- All Superinterfaces:
Task<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A marker interface for synchronous tasks that are executed immediately.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vavr.concurrent.Task
Task.Complete<T>, Task.SyncTask<T> -
Method Summary