T - the type of objects that may be supplied by this supplier.public final class DelegatingSupplier<T> extends Object implements Supplier<T>
| Constructor and Description |
|---|
DelegatingSupplier() |
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Gets delegating supplier value or
null if supplier is not configured. |
void |
set(Supplier<T> delegate)
Sets supplier to delegate to.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.