Interface Task.SyncTask<T>

Type Parameters:
T - result type
All Superinterfaces:
Task<T>
Enclosing interface:
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.

@FunctionalInterface public static interface Task.SyncTask<T> extends Task<T>
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

    Methods inherited from interface io.vavr.concurrent.Task

    run