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.