public interface Runnables
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Runnables.SupplierThrows<T,TError extends Exception>
Same as Supplier but that throws an exception.
|
static interface |
Runnables.Throws<TError extends Exception>
Same as Runnable but that throws an exception.
|
static class |
Runnables.WithData<T>
A simple abstract class that implements Runnable and holds an object given in the constructor.
|
Copyright © 2019. All rights reserved.