PRODUCT - the generic type of the produce the producer producespublic abstract static class Lang.Producer<PRODUCT> extends Lang.Provider<PRODUCT>
A Producer is a provider that produce() product
| Constructor and Description |
|---|
Producer() |
| Modifier and Type | Method and Description |
|---|---|
PRODUCT |
get()
Get the element
|
abstract PRODUCT |
produce() |
applybreakOutpublic final PRODUCT get()
Lang.ProviderGet the element
get in class Lang.Provider<PRODUCT>public abstract PRODUCT produce()
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.