Interface SynchronousTask
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Specialized interface used to mark task as synchronous. Mainly used to avoid ambiguous usage of
Runnable in a synchronous context, when all you need is a synchronous method.
-
Method Summary
-
Method Details
-
runSynchronously
void runSynchronously()
-