public class From0Impl<T> extends Object implements From0<T>, ModelComponent
| Constructor and Description |
|---|
From0Impl(Function0<T> provider) |
From0Impl(Function0<T> provider,
boolean reactive) |
| Modifier and Type | Method and Description |
|---|---|
Function0<T> |
getProvider() |
Variable<T> |
getVariable() |
boolean |
isEqualTo(ModelComponent o) |
boolean |
isReactive() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic Variable<T> getVariable()
getVariable in interface From<T>public Function0<T> getProvider()
getProvider in interface From0<T>public boolean isReactive()
isReactive in interface From<T>public boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.