@FunctionalInterface public interface Runnable extends AtlanticLambda
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Runs the block of code.
|
default Supplier<Void> |
toSupplier()
Converts this into a
Supplier that always returns null. |
Copyright © 2019. All rights reserved.