public class From1Impl<A> extends Object implements From1<A>, ModelComponent
Constructor and Description |
---|
From1Impl(Variable<A> variable) |
From1Impl(Variable<A> variable,
Function1<A,?> provider) |
From1Impl(Variable<A> variable,
Function1<A,?> provider,
boolean reactive) |
Modifier and Type | Method and Description |
---|---|
Function1<A,?> |
getProvider() |
Variable<A> |
getVariable() |
boolean |
isEqualTo(ModelComponent o) |
boolean |
isReactive() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public Variable<A> getVariable()
getVariable
in interface From<A>
public Function1<A,?> getProvider()
getProvider
in interface From1<A>
public boolean isReactive()
isReactive
in interface From<A>
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.